DomibusConnectorMessagesType |
DomibusConnectorClientBackend.checkClientForNewMessagesToSubmit() |
This method asks the backend of the client if new messages are to submit to the connector.
|
void |
DomibusConnectorClientBackend.deliverNewAcknowledgeableConfirmationToClientBackend(DomibusConnectorMessageType message,
String messageTransportId) |
This method triggers the client's backend to store/put/forward confirmation received.
|
void |
DomibusConnectorClientBackend.deliverNewAcknowledgeableMessageToClientBackend(DomibusConnectorMessageType message,
String messageTransportId) |
This method triggers the client's backend to store/put/forward messages received.
|
void |
DomibusConnectorClientBackend.deliverNewConfirmationToClientBackend(DomibusConnectorMessageType message) |
This method triggers the client's backend to store/put/forward confirmation received.
|
void |
DomibusConnectorClientBackend.deliverNewMessageToClientBackend(DomibusConnectorMessageType message) |
This method triggers the client's backend to store/put/forward messages received.
|
void |
DomibusConnectorClientAppBackend.submitStoredClientBackendMessage(String storageLocation) |
This method triggers the submission of a prepared and stored message.
|
void |
DomibusConnectorClientBackend.triggerConfirmationForMessage(DomibusConnectorMessageType originalMessage,
DomibusConnectorConfirmationType confirmationType,
String confirmationAction) |
This method triggers the connector to generate and send a confirmation.
|