Class DistributableEjbXMLParser
- java.lang.Object
-
- org.jboss.as.controller.PersistentResourceXMLParser
-
- org.wildfly.extension.clustering.ejb.DistributableEjbXMLParser
-
- 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 DistributableEjbXMLParser extends org.jboss.as.controller.PersistentResourceXMLParserParser description for the distributable-ejb subsystem.- Author:
- Paul Ferraro, Richard Achmatowicz
-
-
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 DistributableEjbXMLParser(org.jboss.as.clustering.controller.Schema<DistributableEjbSchema> schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.controller.PersistentResourceXMLDescriptiongetParserDescription()Create a PersistentResourceXMLDescription that models the path, attributes and children of the XML schema
-
-
-
Constructor Detail
-
DistributableEjbXMLParser
public DistributableEjbXMLParser(org.jboss.as.clustering.controller.Schema<DistributableEjbSchema> schema)
-
-
Method Detail
-
getParserDescription
public org.jboss.as.controller.PersistentResourceXMLDescription getParserDescription()
Create a PersistentResourceXMLDescription that models the path, attributes and children of the XML schema- Specified by:
getParserDescriptionin classorg.jboss.as.controller.PersistentResourceXMLParser- Returns:
- the PersistentResourceXMLDescription
-
-