Uses of Interface
org.jboss.as.controller.xml.XMLElementSchema
-
Packages that use XMLElementSchema Package Description org.jboss.as.controller org.jboss.as.controller.xml -
-
Uses of XMLElementSchema in org.jboss.as.controller
Subinterfaces of XMLElementSchema in org.jboss.as.controller Modifier and Type Interface Description interfacePersistentSubsystemSchema<S extends PersistentSubsystemSchema<S>>Defines a versioned schema for a subsystem defined via aPersistentResourceXMLDescription.interfaceSubsystemSchema<S extends SubsystemSchema<S>>Defines a versioned schema for a subsystem. -
Uses of XMLElementSchema in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type XMLElementSchema Modifier and Type Interface Description interfaceXMLElementSchema<S extends XMLElementSchema<S,T>,T>A versioned schema for an XML element.Methods in org.jboss.as.controller.xml with type parameters of type XMLElementSchema Modifier and Type Method Description static <T,S extends XMLElementSchema<S,T>>
org.jboss.staxmapper.XMLMapperXMLElementSchema. createXMLMapper(Set<S> schemas)Creates a StAX mapper from a set of schemas.
-