com.tibco.bw.plugin.config.ae
Interface PublishToAdapterConfigProps

All Superinterfaces:
AECommonConfigProps, AEPublisherCommonConfigProps, CommonProps

public interface PublishToAdapterConfigProps
extends AEPublisherCommonConfigProps

The set of configuration properties of the Publish to Adapter Activity.


Field Summary
static byte CUSTOM_AESCHEMA
          This is the Custom AESchema configuration property.
static byte CUSTOM_AESCHEMA_REFERENCE
          This is the Custom AESchema Reference configuration property.
static byte MESSAGE_FORMAT
          This is the Message Format configuration property.
static byte REPLY_AESCHEMA
          This is the Reply AESchema configuration property.
static byte REQUEST_AESCHEMA
          This is the Request AESchema configuration property.
static byte REQUEST_REPLY
          This is the Request Reply configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.ae.AEPublisherCommonConfigProps
DELIVERY_MODE, OVERRIDE_TRANSACTION, TIME_TO_LIVE
 
Fields inherited from interface com.tibco.bw.plugin.config.ae.AECommonConfigProps
ADAPTER_SERVICE, AUTO_AGENT_CLIENT_ID, CLIENT_ID, CM_NAME, CONNECTION_PASSWORD, CONNECTION_USER_NAME, DAEMON, DEFAULT_TIME_LIMIT, JMS_APPLICATION_PROPERTIES, JNDI_LOOKUPS, LEDGER_FILE, NETWORK, PREREGISTER_LISTENERS, PROVIDER_URL, QUEUE, QUEUE_CONNECTION_FACTORY_NAME, RELAY_AGENT, REQUIRE_OLD_MESSAGES, SERVICE, SSL_DEBUG_TRACE, SSL_EXPECTED_HOST_NAME, SSL_IDENTITY, SSL_STRONG_CIPHER_SUITES_ONLY, SSL_TRACE, SSL_TRUSTED_CERT, SSL_VERIFY_HOST_NAME, SUBJECT, SYNC_LEDGER, TOPIC, TOPIC_CONNECTION_FACTORY_NAME, TRANSPORT_TYPE, USE_SSL
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

REQUEST_REPLY


static final byte REQUEST_REPLY
This is the Request Reply configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CUSTOM_AESCHEMA


static final byte CUSTOM_AESCHEMA
This is the Custom AESchema configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

REQUEST_AESCHEMA


static final byte REQUEST_AESCHEMA
This is the Request AESchema configuration property.

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

See Also:
Constant Field Values

REPLY_AESCHEMA


static final byte REPLY_AESCHEMA
This is the Reply AESchema configuration property.

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

See Also:
Constant Field Values

CUSTOM_AESCHEMA_REFERENCE


static final byte CUSTOM_AESCHEMA_REFERENCE
This is the Custom AESchema Reference configuration property.

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

See Also:
Constant Field Values

MESSAGE_FORMAT


static final byte MESSAGE_FORMAT
This is the Message Format 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