Package eu.domibus.connector.client
Interface DomibusConnectorClientAppBackend
-
- All Superinterfaces:
DomibusConnectorClientBackend
- All Known Implementing Classes:
DomibusConnectorClientBackendImpl
public interface DomibusConnectorClientAppBackend extends DomibusConnectorClientBackend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
submitStoredClientBackendMessage(String storageLocation)
This method triggers the submission of a prepared and stored message.-
Methods inherited from interface eu.domibus.connector.client.DomibusConnectorClientBackend
checkClientForNewMessagesToSubmit, deliverNewAcknowledgeableConfirmationToClientBackend, deliverNewAcknowledgeableMessageToClientBackend, deliverNewConfirmationToClientBackend, deliverNewMessageToClientBackend, triggerConfirmationForMessage
-
-
-
-
Method Detail
-
submitStoredClientBackendMessage
void submitStoredClientBackendMessage(String storageLocation) throws DomibusConnectorClientBackendException, DomibusConnectorClientStorageException, IllegalArgumentException
This method triggers the submission of a prepared and stored message. The message gets completely loaded out of the storage. Therefore it is important that the message entirely is stored before triggering this method.- Parameters:
storageLocation
- - The path in the storage where the message is placed.- Throws:
DomibusConnectorClientBackendException
DomibusConnectorClientStorageException
IllegalArgumentException
-
-