Interface ResourceXMLContainer
-
- Type Parameters:
C- the writer context
- All Superinterfaces:
Feature,XMLContainer<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>,XMLParticle<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
- All Known Subinterfaces:
AttributeDefinitionXMLElement,NamedResourceRegistrationXMLElement,ResourceRegistrationXMLElement,ResourceXMLElement,SingletonResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement
- All Known Implementing Classes:
AttributeDefinitionXMLElement.DefaultAttributeDefinitionXMLElement,NamedResourceRegistrationXMLElement.DefaultNamedResourceRegistrationXMLElement,ResourceRegistrationXMLElement.DefaultResourceRegistrationXMLElement,ResourceXMLElement.DefaultResourceXMLElement,SingletonResourceRegistrationXMLElement.DefaultSingletonResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.DefaultSubsystemResourceRegistrationXMLElement
public interface ResourceXMLContainer extends XMLContainer<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
Encapsulates an XML container of content for a resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourceXMLContainer.AbstractBuilder<T extends ResourceXMLContainer,B extends ResourceXMLContainer.Builder<T,B>>static interfaceResourceXMLContainer.Builder<T extends ResourceXMLContainer,B extends ResourceXMLContainer.Builder<T,B>>static classResourceXMLContainer.ResourceAttributesXMLContentReaderstatic classResourceXMLContainer.ResourceAttributesXMLContentWriterstatic classResourceXMLContainer.ResourceXMLContainerReaderstatic classResourceXMLContainer.ResourceXMLContainerWriter<C>-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.DefaultXMLParticle<RC,WC>
-
-
Field Summary
Fields Modifier and Type Field Description static XMLElementReader<org.jboss.dmr.ModelNode>EMPTY_READERstatic XMLContentWriter<org.jboss.dmr.ModelNode>EMPTY_WRITER
-
Method Summary
-
Methods inherited from interface org.jboss.as.controller.Feature
getStability
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader, getWriter
-
-
-
-
Field Detail
-
EMPTY_READER
static final XMLElementReader<org.jboss.dmr.ModelNode> EMPTY_READER
-
EMPTY_WRITER
static final XMLContentWriter<org.jboss.dmr.ModelNode> EMPTY_WRITER
-
-