This static class provides essential utility methods used for business document storage and management.
createReceiverDocument
Creates the receiver document (an instance of the ReceiverDocumentInterface class), which can be used as a request or a response receiver document
public static ReceiverDocumentInterface createReceiverDocument()
getReceiverFramework
Returns a reference to the Receiver Framework so that document processing can begin
public static ReceiverFrameworkInterface getReceiverFramework()
getTempDir
Gets a location for temporary storage
public static File getTempDir()
getRejectDir
Gets a location for archiving rejected messages
public static File getRejectDir()