|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constraint definitions for the XMBean
(src) implementation.
Field Summary | |
static java.lang.String |
DESCRIPTOR
Resource type string identifying a resource object that is part of a descriptor object. |
static java.lang.String |
GET_METHOD_ATTRIBUTE
|
static java.lang.String |
METADATA_DESCRIPTOR_PREFIX
Descriptor field naming prefix for XMBean (src) configuration. |
static java.lang.String |
RESOURCE_DESCRIPTOR_PREFIX
Descriptor field naming prefix for XMBean (src) configuration. |
static java.lang.String |
RESOURCE_REFERENCE
Mandatory descriptor field when DESCRIPTOR resource type is used. |
static java.lang.String |
RESOURCE_TYPE
Mandatory descriptor field when DESCRIPTOR resource type is used. |
static java.lang.String |
SAX_PARSER
XML metadata descriptor field name. |
static java.lang.String |
SET_METHOD_ATTRIBUTE
|
static java.lang.String |
STANDARD_INTERFACE
Resource type string identifying a resource object that implements an interface adhering to the Standard MBean naming conventions. |
static java.lang.String |
STANDARD_MBEAN
|
static java.lang.String |
XMBEAN_DESCRIPTOR_PREFIX
Descriptor field naming prefix for XMBean (src) configuration. |
static java.lang.String |
XML_VALIDATION
XML metadata descriptor field name. |
Field Detail |
public static final java.lang.String STANDARD_INTERFACE
public static final java.lang.String STANDARD_MBEAN
public static final java.lang.String DESCRIPTOR
public static final java.lang.String XMBEAN_DESCRIPTOR_PREFIX
XMBean
(src) configuration. Descriptor
fields matching to this prefix follow the "xmbean.*" naming
convention in field names.
public static final java.lang.String METADATA_DESCRIPTOR_PREFIX
XMBean
(src) configuration. Descriptor
fields matching to this prefix follow the "xmbean.metadata.*" naming
convention in field names.
public static final java.lang.String RESOURCE_DESCRIPTOR_PREFIX
XMBean
(src) configuration. Descriptor
fields matching to this prefix follow the "xmbean.resource.*" naming
convention in field names.
public static final java.lang.String RESOURCE_REFERENCE
DESCRIPTOR
resource type is used.
The value of this field contains a reference to the resource
object the Model MBean represents.
This field matches to the RESOURCE_DESCRIPTOR_PREFIX
naming pattern.
XMBean
(src) ,
Constant Field Values (src) public static final java.lang.String RESOURCE_TYPE
DESCRIPTOR
resource type is used.
The value of this field contains the actual resource type of the resource
object defined by the RESOURCE_REFERENCE
field.
This field matches to the RESOURCE_DESCRIPTOR_PREFIX
naming pattern.
XMBean
(src) ,
Constant Field Values (src) public static final java.lang.String SAX_PARSER
METADATA_DESCRIPTOR_PREFIX
and is therefore passed as a
configuration property to all metadata builder implementations.
This specific field is used in a DESCRIPTOR
resource type to
configure JDOM based metadata builders
to override the default JAXP SAX parser settings.
XMBean
(src) ,
Constant Field Values (src) public static final java.lang.String XML_VALIDATION
METADATA_DESCRIPTOR_PREFIX
and is therefore passed as a
configuration property to all metadata builder implementations. This specific field can be used to indicate the XML based builder implementations to validate the document instance before creating the metadata.
XMBean
(src) ,
Constant Field Values (src) public static final java.lang.String GET_METHOD_ATTRIBUTE
public static final java.lang.String SET_METHOD_ATTRIBUTE
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |