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

All Superinterfaces:
CommonProps

public interface SOAPHeaderConfigProps
extends CommonProps

The set of all configuration properties of the SOAP Headers .


Field Summary
static byte BINDING
          This is the Binding configuration property.
static byte ENCODING
          This is the Encoding configuration property.
static byte MESSAGE_NAME
          This is the Message Name configuration property.
static byte PART_NAME
          This is the Part Name configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

BINDING


static final byte BINDING
This is the Binding configuration property.

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

See Also:
Constant Field Values

PART_NAME


static final byte PART_NAME
This is the Part Name configuration property.

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

See Also:
Constant Field Values

MESSAGE_NAME


static final byte MESSAGE_NAME
This is the Message Name 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


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