|
Class Summary |
| BlackTieService |
MDB services implementations extend this class as it provides the core
service template method. |
| Buffer |
This class is used to send and receive data to and from clients to services. |
| Connection |
This is the connection to remote BlackTie services. |
| ConnectionFactory |
This is a factory that will create connections to remote Blacktie services. |
| Response |
This class encapsulates the response from the remote service and the return
code |
| Session |
A session reference may either be obtained from the tpconnect
Connection invocation for a client or retrieved from the
TPSVCINFO structure for a service (assuming the service was invoked within
the scope of a tpconnect). |
| TPSVCINFO |
This structure contains the data that the client presented for processing to
the service during its invocation from either tpcall, tpacall or tpconnect. |
| X_C_TYPE |
The X_C_TYPE buffer supports the broadest set of parameter types. |
| X_COMMON |
The X_COMMON buffer type supports a subset of the types provided by the
X_C_TYPE buffer in order to support more language portable data exchange. |
| X_OCTET |
The X_OCTET buffer is used to send byte arrays in an XATMI application |