Uses of Interface
org.jboss.as.controller.xml.XMLChoice
-
Packages that use XMLChoice Package Description org.jboss.as.controller.persistence.xml org.jboss.as.controller.xml -
-
Uses of XMLChoice in org.jboss.as.controller.persistence.xml
Subinterfaces of XMLChoice in org.jboss.as.controller.persistence.xml Modifier and Type Interface Description interfaceNamedResourceRegistrationXMLChoiceEncapsulates an group of XML elements for a wildcard resource registration and its overrides using xs:choice (i.e. one of) semantics.interfaceResourceXMLChoiceEncapsulates a group of XML particles for a subsystem resource using xs:choice (i.e. one of) semantics.interfaceSingletonResourceRegistrationXMLChoiceEncapsulates an group of XML elements for one of more singleton resource registrations using xs:choice (i.e. one of) semantics.Classes in org.jboss.as.controller.persistence.xml that implement XMLChoice Modifier and Type Class Description static classNamedResourceRegistrationXMLChoice.DefaultResourceRegistrationXMLChoicestatic classResourceXMLChoice.DefaultResourceContentXMLChoicestatic classSingletonResourceRegistrationXMLChoice.DefaultSingletonResourceRegistrationXMLChoice -
Uses of XMLChoice in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml that implement XMLChoice Modifier and Type Class Description static classXMLChoice.DefaultXMLChoice<RC,WC>static classXMLChoice.DefaultXMLElementChoice<RC,WC>Methods in org.jboss.as.controller.xml that return XMLChoice Modifier and Type Method Description XMLChoice<RC,WC>XMLChoice.DefaultBuilder. build()Methods in org.jboss.as.controller.xml with parameters of type XMLChoice Modifier and Type Method Description BXMLParticleGroup.AbstractBuilder. addChoice(XMLChoice<RC,WC> choice)BXMLParticleGroup.Builder. addChoice(XMLChoice<RC,WC> choice)Adds an XML choice to this group.default BXMLContainer.Builder. withContent(XMLChoice<RC,WC> choice)Applies the specified content to this container
-