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

All Superinterfaces:
CommonProps
All Known Subinterfaces:
PublicationServiceConfigProps, RequestResponseInvocationServiceConfigProps, RequestResponseServiceConfigProps, SubscriptionServiceConfigProps

public interface AdapterServicesCommonConfigProps
extends CommonProps

The set of all common configuration properties of the Adapter Service Shared Resources.


Field Summary
static byte CLASS_REFERENCE
          This is the Class Reference configuration property.
static byte CONNECTION_FACTORY_TYPE
          This is the Connection Factory Type configuration property.
static byte DELIVERY_MODE
          This is the Delivery Mode configuration property.
static byte DESTINATION
          This is the Destination configuration property.
static byte ENDPOINT_REFERENCE
          This is the Endpoint Reference configuration property.
static byte MESSAGE_SUBJECT
          This is the Message Subject configuration property.
static byte QUALITY_OF_SERVICE
          This is the Quality Of Service configuration property.
static byte SESSION_REFERENCE
          This is the Session Reference configuration property.
static byte TRANSPORT_TYPE
          This is the Transport Type 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

TRANSPORT_TYPE


static final byte TRANSPORT_TYPE
This is the Transport Type configuration property.

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

See Also:
Constant Field Values

MESSAGE_SUBJECT


static final byte MESSAGE_SUBJECT
This is the Message Subject configuration property.

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

See Also:
Constant Field Values

QUALITY_OF_SERVICE


static final byte QUALITY_OF_SERVICE
This is the Quality Of Service 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

SESSION_REFERENCE


static final byte SESSION_REFERENCE
This is the Session Reference configuration property.

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

See Also:
Constant Field Values

ENDPOINT_REFERENCE


static final byte ENDPOINT_REFERENCE
This is the Endpoint Reference 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

CONNECTION_FACTORY_TYPE


static final byte CONNECTION_FACTORY_TYPE
This is the Connection Factory Type 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

CLASS_REFERENCE


static final byte CLASS_REFERENCE
This is the Class Reference 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