com.tibco.bw.plugin.config.http
Interface WaitForHTTPRequestConfigProps

All Superinterfaces:
CommonProps

public interface WaitForHTTPRequestConfigProps
extends CommonProps

The set of all configuration properties of the Wait for HTTP Request Activity.


Field Summary
static byte CANDIDATE_EVENT_KEY
          This is the Candidate Event key configuration property.
static byte CREATE_NON_EXISTING_DIRECTORIES
          This is the Create Non Existing Directories configuration property.
static byte DEFAULT_ENCODING
          This is the Default Encoding configuration property.
static byte DIRECTORY
          This is the Directory configuration property.
static byte EVENT_TIMEOUT
          This is the Event Timeout configuration property.
static byte EXPOSE_SECURITY_CONTEXT
          This is the Expose Security Context configuration property.
static byte HTTP_AUTHENTICATION
          This is the HTTP Authentication configuration property.
static byte HTTP_CONNECTION
          This is the HTTP Connection configuration property.
static byte NEW_MIME_SUPPORT
          This is the New MIME Support configuration property.
static byte OUTPUT_STYLE
          This is the Output Style configuration property.
static byte PARAMETERS
          This is the Parameters configuration property.
static byte PARSE_POST_METHOD_DATA
          This is the Parse Post Method Data configuration property.
static byte STRING
          This is the Parameter Type of HTTP Parameters.
static byte THREASHOLD_DATA_SIZE
          This is the Threshold Data Size 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

HTTP_CONNECTION


static final byte HTTP_CONNECTION
This is the HTTP 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

OUTPUT_STYLE


static final byte OUTPUT_STYLE
This is the Output Style configuration property.

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

See Also:
Constant Field Values

PARSE_POST_METHOD_DATA


static final byte PARSE_POST_METHOD_DATA
This is the Parse Post Method Data configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

PARAMETERS


static final byte PARAMETERS
This is the Parameters configuration property.

The type of this configuration property is List

See Also:
Constant Field Values

HTTP_AUTHENTICATION


static final byte HTTP_AUTHENTICATION
This is the HTTP Authentication configuration property.

The type of this configuration property is boolean

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

DEFAULT_ENCODING


static final byte DEFAULT_ENCODING
This is the Default Encoding configuration property.

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

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

CANDIDATE_EVENT_KEY


static final byte CANDIDATE_EVENT_KEY
This is the Candidate Event key configuration property.

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

See Also:
Constant Field Values

EVENT_TIMEOUT


static final byte EVENT_TIMEOUT
This is the Event Timeout configuration property.

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

See Also:
Constant Field Values

NEW_MIME_SUPPORT


static final byte NEW_MIME_SUPPORT
This is the New MIME Support configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

STRING


static final byte STRING
This is the Parameter Type of HTTP Parameters.

See Also:
Constant Field Values


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