| Interface | Description |
|---|---|
| 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.
|
| Service |
All XATMI services must implement the tpservice method.
|
| 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
|
| Class | Description |
|---|---|
| BlackTieService |
MDB services implementations extend this class as it provides the core service template method.
|
| 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
|
| Exception | Description |
|---|---|
| ConnectionException |
This is the exception that is raised when the connection to Blacktie is suffering.
|
| ResponseException |
This is the exception that is raised if a response condition needs to be notified to the client.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.