Class DistributableWebXMLParser
- java.lang.Object
-
- org.jboss.as.controller.PersistentResourceXMLParser
-
- org.wildfly.extension.clustering.web.DistributableWebXMLParser
-
- All Implemented Interfaces:
XMLStreamConstants,org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>,org.jboss.staxmapper.XMLElementWriter<org.jboss.as.controller.persistence.SubsystemMarshallingContext>
public class DistributableWebXMLParser extends org.jboss.as.controller.PersistentResourceXMLParserParser description for the distributable-web subsystem.- Author:
- Paul Ferraro
-
-
Field Summary
-
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
-
-
Constructor Summary
Constructors Constructor Description DistributableWebXMLParser(org.jboss.as.clustering.controller.Schema<DistributableWebSchema> schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.controller.PersistentResourceXMLDescriptiongetParserDescription()
-
-
-
Constructor Detail
-
DistributableWebXMLParser
public DistributableWebXMLParser(org.jboss.as.clustering.controller.Schema<DistributableWebSchema> schema)
-
-