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

All Superinterfaces:
CommonProps

public interface ProxyConfigurationConfigProps
extends CommonProps

The set of all configuration properties of the Proxy Configuration Activity.


Field Summary
static byte IDENTITY
          This is the Identity configuration property.
static byte PROXY_HOST
          This is the Proxy Host configuration property.
static byte PROXY_PORT
          This is the Proxy Port configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

PROXY_HOST


static final byte PROXY_HOST
This is the Proxy Host configuration property.

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

See Also:
Constant Field Values

PROXY_PORT


static final byte PROXY_PORT
This is the Proxy Port configuration property.

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

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 and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values


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