BCGReceiverUtil

This class has various static utility methods.

Method

createReceiverDocument

Method description

Creates the receiver document, which can be used as a request or a response receiver document.

Syntax

public static ReceiverDocumentInterface createReceiverDocument()

Method

getReceiverFramework

Method description

Gets a reference to a receiver framework.

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()

Method

getArchiveDir

Method description

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.

Syntax

public static File getArchiveDir(String receiverType, String target)

Parameters

receiverType
A string identifying the receiver
target
A string identifying the target

Copyright IBM Corp. 2003, 2005