Class MessagingSubsystemParser_10_0
- java.lang.Object
-
- org.jboss.as.controller.PersistentResourceXMLParser
-
- org.wildfly.extension.messaging.activemq.MessagingSubsystemParser_10_0
-
- All Implemented Interfaces:
Function<org.jboss.as.controller.PersistentResourceXMLDescription,org.jboss.as.controller.PersistentResourceXMLDescription>,UnaryOperator<org.jboss.as.controller.PersistentResourceXMLDescription>,XMLStreamConstants,org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>,org.jboss.staxmapper.XMLElementWriter<org.jboss.as.controller.persistence.SubsystemMarshallingContext>
public class MessagingSubsystemParser_10_0 extends org.jboss.as.controller.PersistentResourceXMLParserParser and Marshaller for messaging-activemq'sNAMESPACE. All resources and attributes must be listed explicitly and not through any collections. This ensures that if the resource definitions change in later version (e.g. a new attribute is added), this will have no impact on parsing this specific version of the 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, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
-
-
Constructor Summary
Constructors Constructor Description MessagingSubsystemParser_10_0()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.controller.PersistentResourceXMLDescriptiongetParserDescription()-
Methods inherited from class org.jboss.as.controller.PersistentResourceXMLParser
apply, cacheXMLDescription, readElement, writeContent
-
-