com.tibco.bw.plugin.config.adapterresources
Interface PublisherConfigProps

All Superinterfaces:
CommonProps

public interface PublisherConfigProps
extends CommonProps

The set of all configuration properties of the Publisher Shared Resource.


Field Summary
static byte DELIVERY_MODE
          This is the Delivery Mode configuration property.
static byte DESTINATION
          This is the Destination configuration property.
static byte END_POINT_TYPE
          This is the Endpoint Type configuration property.
static byte MESSAGE_TIMEOUT
          This is the Message Timeout configuration property.
static byte REPLY_DESTINATION
          This is the Reply Destination configuration property.
static byte REPLY_SUBJECT
          This is the Reply Subject configuration property.
static byte SUBJECT
          This is the Subject configuration property.
static byte WIRE_FORMAT
          This is the Wire Format configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

END_POINT_TYPE


static final byte END_POINT_TYPE
This is the Endpoint Type configuration property.

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

See Also:
Constant Field Values

WIRE_FORMAT


static final byte WIRE_FORMAT
This is the Wire Format configuration property.

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

See Also:
Constant Field Values

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

REPLY_SUBJECT


static final byte REPLY_SUBJECT
This is the Reply Subject configuration property.

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

See Also:
Constant Field Values

MESSAGE_TIMEOUT


static final byte MESSAGE_TIMEOUT
This is the Message Timeout configuration property.

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

See Also:
Constant Field Values

DELIVERY_MODE


static final byte DELIVERY_MODE
This is the Delivery Mode configuration property.

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

See Also:
Constant Field Values

DESTINATION


static final byte DESTINATION
This is the Destination configuration property.

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

See Also:
Constant Field Values

REPLY_DESTINATION


static final byte REPLY_DESTINATION
This is the Reply Destination 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