Class MessagingSubsystemParser_7_0
java.lang.Object
org.jboss.as.controller.PersistentResourceXMLParser
org.wildfly.extension.messaging.activemq.MessagingSubsystemParser_7_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_7_0
extends org.jboss.as.controller.PersistentResourceXMLParser
Parser and Marshaller for messaging-activemq's
NAMESPACE.
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.PersistentResourceXMLDescriptionMethods inherited from class org.jboss.as.controller.PersistentResourceXMLParser
apply, cacheXMLDescription, readElement, writeContent
-
Constructor Details
-
MessagingSubsystemParser_7_0
public MessagingSubsystemParser_7_0()
-
-
Method Details
-
getParserDescription
public org.jboss.as.controller.PersistentResourceXMLDescription getParserDescription()- Specified by:
getParserDescriptionin classorg.jboss.as.controller.PersistentResourceXMLParser
-