Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbBLOB

java.lang.Object
        com.ibm.broker.plugin.MbBLOB

public class MbBLOB
extends Object

This class contains constants for the BLOB parser.

Field Index
Field Description
PARSER_NAME The is the name of the parser as used by createElementAsLastChild
ROOT_ELEMENT_NAME This is the name of the element at the root of the sub-tree owned by this parser.
Constructor Index
Constructor Description
MbBLOB()  

Fields

PARSER_NAME

public static final java.lang.String PARSER_NAME

The is the name of the parser as used by createElementAsLastChild

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.

Constructors

MbBLOB

public MbBLOB() 

Class Hierarchy All Classes All Fields and Methods