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

All Superinterfaces:
CommonProps

public interface SendHTTPResponseConfigProps
extends CommonProps

The set of all configuration properties of the Send HTP Response Activity.


Field Summary
static byte CLOSE_CONNECTION
          This is the Close Connection configuration property.
static byte COMPATIBILITY_20
          This is the Compatibility 2.0 configuration property.
static byte FLUSH_RESPONSE
          This is the Flush Response configuration property.
static byte REPLY_FOR
          This is the Reply For configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

REPLY_FOR


static final byte REPLY_FOR
This is the Reply For configuration property.

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

See Also:
Constant Field Values

FLUSH_RESPONSE


static final byte FLUSH_RESPONSE
This is the Flush Response configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CLOSE_CONNECTION


static final byte CLOSE_CONNECTION
This is the Close Connection configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

COMPATIBILITY_20


static final byte COMPATIBILITY_20
This is the Compatibility 2.0 configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


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