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

All Superinterfaces:
CommonProps

public interface RVSubscriberConfigProps
extends CommonProps

The set of all configuration properties of the Rendezvous Subscriber Activity.


Field Summary
static byte CUSTOM_ID
          This is the Custom Id 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 RAW_RV_OBJECT_MODE
          This is the Raw-RV-Object Mode configuration property.
static byte RV_TRANSPORT
          This is the Transport configuration property.
static byte SEQUENCING_KEY
          This is the Sequencing Key configuration property.
static byte SUBJECT
          This is the Subject configuration property.
static byte XML_COMPLIANT_FIELD_NAMES
          This is the XML Compliant Field Names 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

RV_TRANSPORT


static final byte RV_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

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

XML_COMPLIANT_FIELD_NAMES


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

The type of this configuration property is boolean

See Also:
Constant Field Values

RAW_RV_OBJECT_MODE


static final byte RAW_RV_OBJECT_MODE
This is the Raw-RV-Object Mode configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SEQUENCING_KEY


static final byte SEQUENCING_KEY
This is the Sequencing Key configuration property.

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

See Also:
Constant Field Values

CUSTOM_ID


static final byte CUSTOM_ID
This is the Custom Id configuration property.

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

See Also:
Constant Field Values


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