com.ibm.broker.plugin
Class MbBLOB
- java.lang.Object
-
- com.ibm.broker.plugin.MbBLOB
-
public class MbBLOB extends java.lang.ObjectThis class contains constants for the BLOB parser.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringPARSER_NAMEThe is the name of the parser as used bycreateElementAsLastChild()static java.lang.StringROOT_ELEMENT_NAMEThis is the name of the element at the root of the sub-tree owned by this parser.
-
Constructor Summary
Constructors Constructor and Description MbBLOB()
-
-
-
Field Detail
-
PARSER_NAME
public static final java.lang.String PARSER_NAME
The is the name of the parser as used bycreateElementAsLastChild()- See Also:
- Constant Field Values
-
ROOT_ELEMENT_NAME
public static final java.lang.String ROOT_ELEMENT_NAME
This is the name of the element at the root of the sub-tree owned by this parser.- See Also:
- Constant Field Values
-
-