public interface InboundService
| Modifier and Type | Method and Description |
|---|---|
InboundErrorHandler |
getErrorHandler(String externalSystemId)
Get the inbound error handler responsible for the given
externalSystemId. |
InboundStatusHandler |
getStatusHandler(String externalSystemId)
Get the inbound status handler responsible for the given
externalSystemId. |
InboundStatusHandler getStatusHandler(String externalSystemId)
externalSystemId.
If there is no status handler then either a default one should be returned
or an exception thrown.externalSystemId - the id of the external systemnullInboundErrorHandler getErrorHandler(String externalSystemId)
externalSystemId.
If there is no error handler then either a default one should be returned
or an exception thrown.externalSystemId - the id of the external systemnullCopyright © 2019. All rights reserved.