com.tibco.bw.plugin.config.soap
Interface SOAPRequestReplyConfigProps

All Superinterfaces:
CommonProps

public interface SOAPRequestReplyConfigProps
extends CommonProps

The set of all configuration properties of the SOAP Request Reply Activity. Configuration Property for Service Namespace is currently not available in this set.


Field Summary
static byte ATTACHEMNT_STYLE
          This is the Attachment Style configuration property.
static byte BOOLEAN
          This is the Type of JNDI Properties.
static byte BYTE
          This is the Type of JNDI Properties.
static byte CHAR
          This is the Type of JNDI Properties.
static byte CREATE_NON_EXISTING_DIRECTORIES
          This is the Create non Existing Directories configuration property.
static byte DIRECTORY
          This is the Directory configuration property.
static byte DOUBLE
          This is the Type of JNDI Properties.
static byte FLOAT
          This is the Type of JNDI Properties.
static byte INT
          This is the Type of JNDI Properties.
static byte LONG
          This is the Type of JNDI Properties.
static byte OPERATION
          This is the Operation configuration property.
static byte PORT
          This is the Port configuration property.
static byte SERVICE
          This is the Service configuration property.
static byte SHORT
          This is the Type of JNDI Properties.
static byte SOAP_ACTION
          This is the Soap Action configuration property.
static byte SSL_DEBUG_TRACE
          This is the Debug Trace configuration property.
static byte SSL_EXPECTED_HOST_NAME
          This is the Expected Host Name configuration property.
static byte SSL_IDENTITY
          This is the SSL Identity configuration property.
static byte SSL_PASSWORD
          This is the SSL Password configuration property.
static byte SSL_STRONG_CIPHER_SUITES_ONLY
          This is the Strong Cipher Suites Only configuration property.
static byte SSL_TRACE
          This is the Trace configuration property.
static byte SSL_TRUSTED_CERT
          This is the Trusted Certificate Folders configuration property.
static byte SSL_VERIFY_HOST_NAME
          This is the Verify Host Name configuration property.
static byte STRING
          This is the Type of JNDI Properties.
static byte THREASHOLD_DATA_SIZE
          This is the Threshold Data Size configuration property.
static byte TIMEOUT
          This is the Timeout configuration property.
static byte TRANSPORT_CONNECTION_FACTORY
          This is the Connection Factory configuration property.
static byte TRANSPORT_CONTEXT_FACTORY
          This is the Context Factory configuration property.
static byte TRANSPORT_DELIVERY_MODE
          This is the Delivery Mode configuration property.
static byte TRANSPORT_ENDPOINT_URL
          This is the Endpoint URL configuration property.
static byte TRANSPORT_IDENTITY
          This is the Identity configuration property.
static byte TRANSPORT_JMS_APPLICATION_PROPERTIES_INPUT_MSG
          This is the Application Properties (Input Message) configuration property.
static byte TRANSPORT_JMS_APPLICATION_PROPERTIES_OUTPUT_MSG
          This is the Application Properties (Input Message) configuration property.
static byte TRANSPORT_JMS_CONNECTION
          This is the JMS Connection configuration property.
static byte TRANSPORT_JMS_DESTINATION
          This is the JMS destination configuration property.
static byte TRANSPORT_JMS_EXPIRATION
          This is the Expiration configuration property.
static byte TRANSPORT_JMS_PASSWORD
          This is the Password configuration property for JMS.
static byte TRANSPORT_JMS_USER_NAME
          This is the User Name configuration property for JMS.
static byte TRANSPORT_JNDI_CONTEXT_URL
          This is the Context URL configuration property.
static byte TRANSPORT_JNDI_PASSWORD
          This is the Password configuration property.
static byte TRANSPORT_JNDI_PROPERTIES
          This is the Properties configuration property.
static byte TRANSPORT_JNDI_USER_NAME
          This is the User Name configuration property.
static byte TRANSPORT_MESSAGE_TYPE
          This is the Message Type configuration property.
static byte TRANSPORT_PRIORITY
          This is the Priority configuration property.
static byte TRANSPORT_PROXY
          This is the Proxy configuration property.
static byte TRANSPORT_USE_BASIC_AUTHENTICATION
          This is the Use Basic Authentication configuration property.
static byte TRANSPORT_USE_HTTP_PROXY
          This is the Use HTTP Proxy configuration property.
static byte TRANSPORT_USE_JMS_SHARED_CONNECTION
          This is the USE Shared JMS Configuration configuration property.
static byte TRANSPORT_VALIDATE_JNDI_SECURITY_CONTEXT
          This is the Validate Security Context configuration property.
static byte USE_SSL
          This is the Use SSL configuration property.
static byte WRITE_TO_FILE
          This is the Write to File configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

SERVICE


static final byte SERVICE
This is the Service configuration property.

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

See Also:
Constant Field Values

PORT


static final byte PORT
This is the Port configuration property.

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

See Also:
Constant Field Values

OPERATION


static final byte OPERATION
This is the Operation configuration property.

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

See Also:
Constant Field Values

SOAP_ACTION


static final byte SOAP_ACTION
This is the Soap Action configuration property.

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

See Also:
Constant Field Values

TIMEOUT


static final byte TIMEOUT
This is the Timeout configuration property.

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

See Also:
Constant Field Values

ATTACHEMNT_STYLE


static final byte ATTACHEMNT_STYLE
This is the Attachment Style configuration property.

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

See Also:
Constant Field Values

TRANSPORT_ENDPOINT_URL


static final byte TRANSPORT_ENDPOINT_URL
This is the Endpoint URL configuration property.

The type of this configuration property is

See Also:
Constant Field Values

TRANSPORT_USE_HTTP_PROXY


static final byte TRANSPORT_USE_HTTP_PROXY
This is the Use HTTP Proxy configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

TRANSPORT_PROXY


static final byte TRANSPORT_PROXY
This is the Proxy configuration property.

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

See Also:
Constant Field Values

TRANSPORT_USE_BASIC_AUTHENTICATION


static final byte TRANSPORT_USE_BASIC_AUTHENTICATION
This is the Use Basic Authentication configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

TRANSPORT_IDENTITY


static final byte TRANSPORT_IDENTITY
This is the Identity configuration property.

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

See Also:
Constant Field Values

TRANSPORT_JNDI_CONTEXT_URL


static final byte TRANSPORT_JNDI_CONTEXT_URL
This is the Context URL configuration property.

The type of this configuration property is

See Also:
Constant Field Values

TRANSPORT_JNDI_USER_NAME


static final byte TRANSPORT_JNDI_USER_NAME
This is the User Name configuration property.

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

See Also:
Constant Field Values

TRANSPORT_JNDI_PASSWORD


static final byte TRANSPORT_JNDI_PASSWORD
This is the Password configuration property. The Pasword is returned in encrypted form.

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

See Also:
Constant Field Values

TRANSPORT_CONTEXT_FACTORY


static final byte TRANSPORT_CONTEXT_FACTORY
This is the Context Factory configuration property.

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

See Also:
Constant Field Values

TRANSPORT_CONNECTION_FACTORY


static final byte TRANSPORT_CONNECTION_FACTORY
This is the Connection Factory configuration property.

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

See Also:
Constant Field Values

TRANSPORT_VALIDATE_JNDI_SECURITY_CONTEXT


static final byte TRANSPORT_VALIDATE_JNDI_SECURITY_CONTEXT
This is the Validate Security Context configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

TRANSPORT_JNDI_PROPERTIES


static final byte TRANSPORT_JNDI_PROPERTIES
This is the Properties configuration property.

The type of this configuration property is List

See Also:
Constant Field Values

USE_SSL


static final byte USE_SSL
This is the Use SSL configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_PASSWORD


static final byte SSL_PASSWORD
This is the SSL Password configuration property. The Password is returned in encrypted form.

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

See Also:
Constant Field Values

SSL_TRUSTED_CERT


static final byte SSL_TRUSTED_CERT
This is the Trusted Certificate Folders configuration property.

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

See Also:
Constant Field Values

SSL_IDENTITY


static final byte SSL_IDENTITY
This is the SSL Identity configuration property.

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

See Also:
Constant Field Values

SSL_TRACE


static final byte SSL_TRACE
This is the Trace configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_DEBUG_TRACE


static final byte SSL_DEBUG_TRACE
This is the Debug Trace configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_VERIFY_HOST_NAME


static final byte SSL_VERIFY_HOST_NAME
This is the Verify Host Name configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_STRONG_CIPHER_SUITES_ONLY


static final byte SSL_STRONG_CIPHER_SUITES_ONLY
This is the Strong Cipher Suites Only configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_EXPECTED_HOST_NAME


static final byte SSL_EXPECTED_HOST_NAME
This is the Expected Host Name configuration property.

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

See Also:
Constant Field Values

TRANSPORT_JMS_USER_NAME


static final byte TRANSPORT_JMS_USER_NAME
This is the User Name configuration property for JMS.

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

See Also:
Constant Field Values

TRANSPORT_JMS_PASSWORD


static final byte TRANSPORT_JMS_PASSWORD
This is the Password configuration property for JMS. he Password is returned in encrypted form.

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

See Also:
Constant Field Values

TRANSPORT_JMS_DESTINATION


static final byte TRANSPORT_JMS_DESTINATION
This is the JMS destination configuration property.

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

See Also:
Constant Field Values

TRANSPORT_MESSAGE_TYPE


static final byte TRANSPORT_MESSAGE_TYPE
This is the Message Type configuration property.

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

See Also:
Constant Field Values

TRANSPORT_DELIVERY_MODE


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

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

See Also:
Constant Field Values

TRANSPORT_JMS_EXPIRATION


static final byte TRANSPORT_JMS_EXPIRATION
This is the Expiration configuration property.

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

See Also:
Constant Field Values

TRANSPORT_PRIORITY


static final byte TRANSPORT_PRIORITY
This is the Priority configuration property.

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

See Also:
Constant Field Values

TRANSPORT_USE_JMS_SHARED_CONNECTION


static final byte TRANSPORT_USE_JMS_SHARED_CONNECTION
This is the USE Shared JMS Configuration configuration property.

The type of this configuration property is boolean and

See Also:
Constant Field Values

TRANSPORT_JMS_CONNECTION


static final byte TRANSPORT_JMS_CONNECTION
This is the JMS Connection configuration property.

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

See Also:
Constant Field Values

TRANSPORT_JMS_APPLICATION_PROPERTIES_INPUT_MSG


static final byte TRANSPORT_JMS_APPLICATION_PROPERTIES_INPUT_MSG
This is the Application Properties (Input Message) configuration property.

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

See Also:
Constant Field Values

TRANSPORT_JMS_APPLICATION_PROPERTIES_OUTPUT_MSG


static final byte TRANSPORT_JMS_APPLICATION_PROPERTIES_OUTPUT_MSG
This is the Application Properties (Input Message) configuration property.

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

See Also:
Constant Field Values

WRITE_TO_FILE


static final byte WRITE_TO_FILE
This is the Write to File configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

DIRECTORY


static final byte DIRECTORY
This is the Directory configuration property.

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

See Also:
Constant Field Values

CREATE_NON_EXISTING_DIRECTORIES


static final byte CREATE_NON_EXISTING_DIRECTORIES
This is the Create non Existing Directories configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

THREASHOLD_DATA_SIZE


static final byte THREASHOLD_DATA_SIZE
This is the Threshold Data Size configuration property.

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

See Also:
Constant Field Values

BOOLEAN


static final byte BOOLEAN
This is the Type of JNDI Properties.

See Also:
Constant Field Values

BYTE


static final byte BYTE
This is the Type of JNDI Properties.

See Also:
Constant Field Values

SHORT


static final byte SHORT
This is the Type of JNDI Properties.

See Also:
Constant Field Values

CHAR


static final byte CHAR
This is the Type of JNDI Properties.

See Also:
Constant Field Values

INT


static final byte INT
This is the Type of JNDI Properties.

See Also:
Constant Field Values

LONG


static final byte LONG
This is the Type of JNDI Properties.

See Also:
Constant Field Values

FLOAT


static final byte FLOAT
This is the Type of JNDI Properties.

See Also:
Constant Field Values

DOUBLE


static final byte DOUBLE
This is the Type of JNDI Properties.

See Also:
Constant Field Values

STRING


static final byte STRING
This is the Type of JNDI Properties.

See Also:
Constant Field Values


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