com.tibco.bw.plugin.config.rv
Interface SendRVRequestConfigProps

All Superinterfaces:
CommonProps

public interface SendRVRequestConfigProps
extends CommonProps

The set of all configuration properties of the Send Rendezvous Request Activity.


Field Summary
static byte INPUT_XML_COMPLIANT_FIELD_NAMES
          This is the Input XML Compliant Field Names configuration property.
static byte NEEDS_OUTPUT_FILTRATION
          This is the Needs Output Filtration configuration property.
static byte NEEDS_OUTPUT_VALIDATION
          This is the Needs Output Validation configuration property.
static byte OUTPUT_XML_COMPLIANT_FIELD_NAMES
          This is the Output XML Compliant Field Names configuration property.
static byte PRE_REGISTER_LISTENER
          This is the Pre-register Listener configuration property.
static byte REQUEST_TIMEOUT
          This is the Request Timeout(msec) configuration property.
static byte SUBJECT
          This is the Subject configuration property.
static byte TRANSPORT
          This is the Transport configuration property.
static byte XML_FORMAT
          This is the XML Format configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

SUBJECT


static final byte SUBJECT
This is the Subject configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

TRANSPORT


static final byte TRANSPORT
This is the Transport configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

REQUEST_TIMEOUT


static final byte REQUEST_TIMEOUT
This is the Request Timeout(msec) configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

PRE_REGISTER_LISTENER


static final byte PRE_REGISTER_LISTENER
This is the Pre-register Listener configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

XML_FORMAT


static final byte XML_FORMAT
This is the XML Format configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

NEEDS_OUTPUT_VALIDATION


static final byte NEEDS_OUTPUT_VALIDATION
This is the Needs Output Validation configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

NEEDS_OUTPUT_FILTRATION


static final byte NEEDS_OUTPUT_FILTRATION
This is the Needs Output Filtration configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

INPUT_XML_COMPLIANT_FIELD_NAMES


static final byte INPUT_XML_COMPLIANT_FIELD_NAMES
This is the Input XML Compliant Field Names configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

OUTPUT_XML_COMPLIANT_FIELD_NAMES


static final byte OUTPUT_XML_COMPLIANT_FIELD_NAMES
This is the Output XML Compliant Field Names configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved