Uses of Interface
org.jboss.as.controller.xml.XMLAll
-
Packages that use XMLAll Package Description org.jboss.as.controller.persistence.xml org.jboss.as.controller.xml -
-
Uses of XMLAll in org.jboss.as.controller.persistence.xml
Subinterfaces of XMLAll in org.jboss.as.controller.persistence.xml Modifier and Type Interface Description interfaceResourceXMLAllEncapsulates a group of XML particles for a subsystem resource using xs:all (i.e. unordered) semantics.Classes in org.jboss.as.controller.persistence.xml that implement XMLAll Modifier and Type Class Description static classResourceXMLAll.DefaultResourceXMLAll -
Uses of XMLAll in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml that implement XMLAll Modifier and Type Class Description static classXMLAll.DefaultXMLAll<RC,WC>Methods in org.jboss.as.controller.xml that return XMLAll Modifier and Type Method Description XMLAll<RC,WC>XMLAll.DefaultBuilder. build()Methods in org.jboss.as.controller.xml with parameters of type XMLAll Modifier and Type Method Description default BXMLContainer.Builder. withContent(XMLAll<RC,WC> all)Applies the specified content to this container
-