Interface NamedResourceRegistrationXMLElement
-
- All Superinterfaces:
Feature,ResourceRegistration,ResourceRegistrationXMLElement,ResourceXMLContainer,ResourceXMLElement,XMLContainer<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>,XMLElement<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 Implementing Classes:
NamedResourceRegistrationXMLElement.DefaultNamedResourceRegistrationXMLElement
public interface NamedResourceRegistrationXMLElement extends ResourceRegistrationXMLElement
Encapsulates an XML element for a named (i.e. wildcard or override) resource registration.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNamedResourceRegistrationXMLElement.Builderstatic classNamedResourceRegistrationXMLElement.DefaultBuilderstatic classNamedResourceRegistrationXMLElement.DefaultNamedResourceRegistrationXMLElementstatic classNamedResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriter-
Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
ResourceRegistration.DefaultResourceRegistration
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement
ResourceRegistrationXMLElement.AbstractBuilder<T extends ResourceRegistrationXMLElement,B extends ResourceRegistrationXMLElement.Builder<T,B>>, ResourceRegistrationXMLElement.DefaultResourceRegistrationXMLElement
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer
ResourceXMLContainer.ResourceAttributesXMLContentReader, ResourceXMLContainer.ResourceAttributesXMLContentWriter, ResourceXMLContainer.ResourceXMLContainerReader, ResourceXMLContainer.ResourceXMLContainerWriter<C>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLElement
ResourceXMLElement.DefaultResourceXMLElement
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLElement
XMLElement.DefaultXMLElement<RC,WC>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.DefaultXMLParticle<RC,WC>
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer
EMPTY_READER, EMPTY_WRITER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetResourceAttributeName()-
Methods inherited from interface org.jboss.as.controller.Feature
getStability
-
Methods inherited from interface org.jboss.as.controller.ResourceRegistration
getPathElement
-
Methods inherited from interface org.jboss.as.controller.xml.XMLElement
getName
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader, getWriter
-
-
-
-
Method Detail
-
getResourceAttributeName
QName getResourceAttributeName()
-
-