BCGReceiverUtil

This static class provides essential utility methods used for business document storage and management.

Method

createReceiverDocument

Method description

Creates the receiver document (an instance of the ReceiverDocumentInterface class), which can be used as a request or a response receiver document

Syntax

public static ReceiverDocumentInterface createReceiverDocument()

Method

getReceiverFramework

Method description

Returns a reference to the Receiver Framework so that document processing can begin

Syntax

public static ReceiverFrameworkInterface getReceiverFramework()

Method

getTempDir

Method description

Gets a location for temporary storage

Syntax

public static File getTempDir()

Method

getRejectDir

Method description

Gets a location for archiving rejected messages

Syntax

public static File getRejectDir()

Copyright IBM Corp. 2003, 2005