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

All Superinterfaces:
CommonProps

public interface SOAPEventSourceConfigProps
extends CommonProps

The set of all configuration properties of the SOAP Event Source Activity. Configuration Property for Service URI is currently not available in this set.


Field Summary
static byte CUSTOM_ID
          This is the Custom ID configuration property.
static byte EMBED_INTERFACE
          This is the Embed Interface configuration property.
static byte EMBED_JNDI_PROPERTIES
          This is the Embed JNDI Properties configuration property.
static byte EMBED_TYPES
          This is the Embed Types configuration property.
static byte ENCODING
          This is the Encoding configuration property.
static byte EXPOSE_SECURITY_CONTEXT
          This is the Expose Security Context configuration property.
static byte FAULT_MESSAGE_NAMESPACE
          This is the Fault Message Namespace configuration property.
static byte IN_ATACH_BINDING_CREATE_NON_EXISTING_DIRECTORIES
          This is the Create non Existing Directories configuration property.
static byte IN_ATACH_BINDING_DIRECTORY
          This is the Directory configuration property.
static byte IN_ATACH_BINDING_MIME_CONTENT_TYPE
          This is the Input Attachment Binding MIME Content Types configuration property.
static byte IN_ATACH_BINDING_THREASHOLD_DATA_SIZE
          This is the Threshold Data Size configuration property.
static byte IN_ATACH_BINDING_WRITE_TO_FILE
          This is the Write to File configuration property for Input Attachment Binding.
static byte INPUT_HEADERS
          This is the Input Headers configuration property.
static byte INPUT_MESSAGE_NAMESPACE
          This is the Input Message Namespace configuration property.
static byte OPERATION
          This is the Operation configuration property.
static byte OUT_ATACH_BINDING_ATACHMENT_STYLE
          This is the Style for Output Attachment Binding configuration property.
static byte OUT_ATACH_BINDING_MIME_CONTENT_TYPE
          This is the Output Attachment Binding MIME Content Types configuration property.
static byte OUTPUT_HEADERS
          This is the Output Headers configuration property.
static byte OUTPUT_MESSAGE_NAMESPACE
          This is the Output Message Namespace configuration property.
static byte PORTY_TYPE
          This is the Port Type configuration property.
static byte PORTY_TYPE_NAMESPACE
          This is the Port Type Namespace configuration property.
static byte SEQUENCING_KEY
          This is the Sequencing Key configuration property.
static byte SOAP
          This is the SOAP Binding Type for Input Headers.
static byte SOAP_ACTION
          This is the SOAP Action configuration property.
static byte SOAP_VERSION
          This is the Soap Version configuration property.
static byte STYLE
          This is the Style configuration property.
static byte TRANSPORT
          This is the Transport configuration property.
static byte TRANSPORT_HTTP_ENDPOINT_URI
          This is the Endpoint URI configuration property.
static byte TRANSPORT_HTTP_USE_BASIC_AUTHENTICATION
          This is the Use Basic Authentication configuration property.
static byte TRANSPORT_JMS_ACK_MODE
          This is the Acknowledge Mode configuration property.
static byte TRANSPORT_JMS_APPLICATION_PROPERTIES
          This is the JMS Application Properties configuration property.
static byte TRANSPORT_JMS_DESTINATION
          This is the JMS Destination configuration property.
static byte TRANSPORT_JMS_DESTINATION_TYPE
          This is the Destination Type configuration property.
static byte TRANSPORT_JMS_DURABLE_SUBSCRIPTION
          This is the Durable Subscription configuration property.
static byte TRANSPORT_JMS_MAX_SESSIONS
          This is the Max Sessions configuration property.
static byte TRANSPORT_JMS_MESSAGE_TYPE
          This is the Message Type configuration property.
static byte TRANSPORT_JMS_SUBSCRIPTION_NAME
          This is the Subscription Name configuration property.
static byte WSDL_NAMESPACE
          This is the WSDL Namespace configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

PORTY_TYPE_NAMESPACE


static final byte PORTY_TYPE_NAMESPACE
This is the Port Type Namespace configuration property.

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

See Also:
Constant Field Values

PORTY_TYPE


static final byte PORTY_TYPE
This is the Port Type 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

TRANSPORT


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

SOAP_VERSION


static final byte SOAP_VERSION
This is the Soap Version configuration property.

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

See Also:
Constant Field Values

EXPOSE_SECURITY_CONTEXT


static final byte EXPOSE_SECURITY_CONTEXT
This is the Expose Security Context configuration property.

The type of this configuration property is boolean

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_JMS_DURABLE_SUBSCRIPTION


static final byte TRANSPORT_JMS_DURABLE_SUBSCRIPTION
This is the Durable Subscription configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

TRANSPORT_JMS_SUBSCRIPTION_NAME


static final byte TRANSPORT_JMS_SUBSCRIPTION_NAME
This is the Subscription Name configuration property.

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

See Also:
Constant Field Values

TRANSPORT_JMS_DESTINATION_TYPE


static final byte TRANSPORT_JMS_DESTINATION_TYPE
This is the Destination Type configuration property.

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

See Also:
Constant Field Values

TRANSPORT_JMS_MESSAGE_TYPE


static final byte TRANSPORT_JMS_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_JMS_ACK_MODE


static final byte TRANSPORT_JMS_ACK_MODE
This is the Acknowledge Mode configuration property.

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

See Also:
Constant Field Values

TRANSPORT_JMS_MAX_SESSIONS


static final byte TRANSPORT_JMS_MAX_SESSIONS
This is the Max Sessions configuration property.

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

See Also:
Constant Field Values

TRANSPORT_JMS_APPLICATION_PROPERTIES


static final byte TRANSPORT_JMS_APPLICATION_PROPERTIES
This is the JMS Application Properties 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_HTTP_USE_BASIC_AUTHENTICATION


static final byte TRANSPORT_HTTP_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_HTTP_ENDPOINT_URI


static final byte TRANSPORT_HTTP_ENDPOINT_URI
This is the Endpoint URI 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

WSDL_NAMESPACE


static final byte WSDL_NAMESPACE
This is the WSDL Namespace configuration property.

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

See Also:
Constant Field Values

STYLE


static final byte STYLE
This is the Style configuration property.

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

See Also:
Constant Field Values

ENCODING


static final byte ENCODING
This is the Encoding configuration property.

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

See Also:
Constant Field Values

INPUT_MESSAGE_NAMESPACE


static final byte INPUT_MESSAGE_NAMESPACE
This is the Input Message Namespace configuration property.

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

See Also:
Constant Field Values

OUTPUT_MESSAGE_NAMESPACE


static final byte OUTPUT_MESSAGE_NAMESPACE
This is the Output Message Namespace configuration property.

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

See Also:
Constant Field Values

FAULT_MESSAGE_NAMESPACE


static final byte FAULT_MESSAGE_NAMESPACE
This is the Fault Message Namespace configuration property.

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

See Also:
Constant Field Values

EMBED_INTERFACE


static final byte EMBED_INTERFACE
This is the Embed Interface configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

EMBED_TYPES


static final byte EMBED_TYPES
This is the Embed Types configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

EMBED_JNDI_PROPERTIES


static final byte EMBED_JNDI_PROPERTIES
This is the Embed JNDI Properties configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

INPUT_HEADERS


static final byte INPUT_HEADERS
This is the Input Headers configuration property.

The type of this configuration property is com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

OUTPUT_HEADERS


static final byte OUTPUT_HEADERS
This is the Output Headers configuration property.

The type of this configuration property is com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

IN_ATACH_BINDING_MIME_CONTENT_TYPE


static final byte IN_ATACH_BINDING_MIME_CONTENT_TYPE
This is the Input Attachment Binding MIME Content Types configuration property.

The type of this configuration property is List

See Also:
Constant Field Values

IN_ATACH_BINDING_WRITE_TO_FILE


static final byte IN_ATACH_BINDING_WRITE_TO_FILE
This is the Write to File configuration property for Input Attachment Binding.

The type of this configuration property is boolean

See Also:
Constant Field Values

IN_ATACH_BINDING_DIRECTORY


static final byte IN_ATACH_BINDING_DIRECTORY
This is the Directory configuration property.

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

See Also:
Constant Field Values

IN_ATACH_BINDING_CREATE_NON_EXISTING_DIRECTORIES


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

IN_ATACH_BINDING_THREASHOLD_DATA_SIZE


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

OUT_ATACH_BINDING_ATACHMENT_STYLE


static final byte OUT_ATACH_BINDING_ATACHMENT_STYLE
This is the Style for Output Attachment Binding configuration property.

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

See Also:
Constant Field Values

OUT_ATACH_BINDING_MIME_CONTENT_TYPE


static final byte OUT_ATACH_BINDING_MIME_CONTENT_TYPE
This is the Output Attachment Binding MIME Content Types configuration property.

The type of this configuration property is List

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

SOAP


static final byte SOAP
This is the SOAP Binding Type for Input Headers.

See Also:
Constant Field Values


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