Interface SingletonResourceRegistrationXMLChoice
-
- All Superinterfaces:
Feature,ResourceXMLChoice,ResourceXMLElementGroup,ResourceXMLParticleGroup,XMLChoice<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>,XMLComponent<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>,XMLElementGroup<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>,XMLParticleGroup<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
- All Known Implementing Classes:
SingletonResourceRegistrationXMLChoice.DefaultSingletonResourceRegistrationXMLChoice
public interface SingletonResourceRegistrationXMLChoice extends ResourceXMLChoice
Encapsulates an group of XML elements for one of more singleton resource registrations using xs:choice (i.e. one of) semantics. This choice may designate aResourceRegistration, for which an emptyModelDescriptionConstants.ADDoperation will be created if no choice is present.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSingletonResourceRegistrationXMLChoice.Builderstatic classSingletonResourceRegistrationXMLChoice.DefaultBuilderstatic classSingletonResourceRegistrationXMLChoice.DefaultSingletonResourceRegistrationXMLChoice-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLChoice
ResourceXMLChoice.DefaultResourceContentXMLChoice
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLParticleGroup
ResourceXMLParticleGroup.AbstractBuilder<T extends ResourceXMLParticleGroup,B extends ResourceXMLParticleGroup.Builder<T,B>>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLChoice
XMLChoice.DefaultXMLChoice<RC,WC>, XMLChoice.DefaultXMLElementChoice<RC,WC>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLElementGroup
XMLElementGroup.DefaultXMLElementGroup<RC,WC>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.DefaultXMLParticle<RC,WC>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticleGroup
XMLParticleGroup.AbstractBuilder<RC,WC,E extends XMLElement<RC,WC>,T extends XMLParticleGroup<RC,WC>,B extends XMLParticleGroup.Builder<RC,WC,E,T,B>>, XMLParticleGroup.DefaultXMLParticleGroup<RC,WC>
-
-
Method Summary
-
Methods inherited from interface org.jboss.as.controller.Feature
getStability
-
Methods inherited from interface org.jboss.as.controller.xml.XMLComponent
getWriter
-
Methods inherited from interface org.jboss.as.controller.xml.XMLElementGroup
getNames, getReaderNames
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader
-
-