public interface ConnectorCallback
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
void |
asyncFailure(long id,
java.lang.Exception e)
Notify host application of any async failures.
|
void |
asyncRequestSuccess(long id,
java.lang.Object response)
Notify host application of async service response
|
void |
asyncSendSuccess(long id)
Notify host application of async output send status
|
void |
processInboundData(java.lang.Object data,
java.util.Properties properties)
Notify host application of inbound data
|
static final java.lang.String COPYRIGHT
void processInboundData(java.lang.Object data, java.util.Properties properties)
data
- properties
- void asyncSendSuccess(long id) throws ConnectorException
id
- the ticket id returned by asyncSend()ConnectorException
void asyncRequestSuccess(long id, java.lang.Object response) throws ConnectorException
id
- the ticket id returned by asyncRequest()response
- ConnectorException
void asyncFailure(long id, java.lang.Exception e) throws ConnectorException
id
- the ticket id returned by an async operatione
- any occurring exceptionConnectorException