Interface ResourceXMLContainer
- Type Parameters:
C- the writer context
- All Superinterfaces:
Feature,XMLComponent<Map.Entry<PathAddress,,Map<PathAddress, org.jboss.dmr.ModelNode>>, org.jboss.dmr.ModelNode> 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 ClassesModifier and TypeInterfaceDescriptionstatic classResourceXMLContainer.AbstractBuilder<T extends ResourceXMLContainer,B extends ResourceXMLContainer.Builder<T, B>> static interfaceResourceXMLContainer.Builder<T extends ResourceXMLContainer,B extends ResourceXMLContainer.Builder<T, B>> static classstatic classstatic classNested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.DefaultXMLParticle<RC,WC> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final XMLElementReader<org.jboss.dmr.ModelNode>static final XMLContentWriter<org.jboss.dmr.ModelNode> -
Method Summary
Methods inherited from interface org.jboss.as.controller.Feature
getStabilityMethods inherited from interface org.jboss.as.controller.xml.XMLComponent
getWriterMethods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader
-
Field Details
-
EMPTY_READER
-
EMPTY_WRITER
-