createReceiverDocument
Creates the receiver document, which can be used as a request or a response receiver document.
public static ReceiverDocumentInterface createReceiverDocument()
getReceiverFramework
Gets a reference to a receiver framework.
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()
getArchiveDir
Gets a location for the receiver's archive directory. Parameters are the type of receiver (HTTP, JMS, and so forth) and the name of this receiver's target.
public static File getArchiveDir(String receiverType, String target)