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

All Superinterfaces:
CommonProps

public interface SendHTTPRequestConfigProps
extends CommonProps

The set of all configuration properties of the Send HTTP Request Activity.


Field Summary
static byte ACCEPT_REDIRECT
          This is the Accept Redirects configuration property.
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 HOST
          This is the Host configuration property.
static byte HTTP_AUTHENTICATION
          This is the HTTP Authentication configuration property.
static byte IDENTITY
          This is the Identity configuration property.
static byte MAINTAIN_2_COMPATIBILITY
          This is the Maintain 2.0 Compatibility configuration property.
static byte PARAMETERS
          This is the Parameters configuration property.
static byte PORT
          This is the Port configuration property.
static byte SSL_CERT
          This is the Trusted Certificates Folder configuration property.
static byte SSL_IDENTITY
          This is the SSL Identity configuration property.
static byte SSL_STRONG_CIPHER_SUITES_ONLY
          This is the Strong Cipher Suites Only 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 UPGRADE_CONFIGURATION
          This is the Upgrade Configuration configuration property.
static byte USE_PROXY_SETTING
          This is the Use Proxy Settings configuration property.
static byte USE_SSL
          This is the Use SSL configuration property.
static byte VERIFY_HOST_NAME
          This is the Verify Host Name 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

HOST


static final byte HOST
This is the Host 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

USE_PROXY_SETTING


static final byte USE_PROXY_SETTING
This is the Use Proxy Settings configuration property.

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

See Also:
Constant Field Values

ACCEPT_REDIRECT


static final byte ACCEPT_REDIRECT
This is the Accept Redirects 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

IDENTITY


static final byte IDENTITY
This is the Identity configuration property.

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

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 java.lang.String

See Also:
Constant Field Values

SSL_CERT


static final byte SSL_CERT
This is the Trusted Certificates Folder 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

VERIFY_HOST_NAME


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

MAINTAIN_2_COMPATIBILITY


static final byte MAINTAIN_2_COMPATIBILITY
This is the Maintain 2.0 Compatibility configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

UPGRADE_CONFIGURATION


static final byte UPGRADE_CONFIGURATION
This is the Upgrade Configuration configuration property.

The type of this configuration property is boolean

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

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