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

All Superinterfaces:
CommonProps

public interface MimeParserConfigProps
extends CommonProps

The set of all configuration properties of the Mime Parser Activity.


Field Summary
static byte GENERATE_STRICT_PARSING_ERRORS
          This is the Generate Strict Parsing Errors configuration property.
static byte INPUT_STYLE
          This is the Input Style configuration property.
static byte OUTPUT_STYLE
          This is the Output Style configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

INPUT_STYLE


static final byte INPUT_STYLE
This is the Input Style configuration property.

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

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

GENERATE_STRICT_PARSING_ERRORS


static final byte GENERATE_STRICT_PARSING_ERRORS
This is the Generate Strict Parsing Errors configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


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