public class MessagingSubsystemParser_1_0 extends Object implements XMLStreamConstants, org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>, org.jboss.staxmapper.XMLElementWriter<org.jboss.as.controller.persistence.SubsystemMarshallingContext>
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.Modifier and Type | Field and Description |
---|---|
protected static MessagingSubsystemParser_1_0 |
INSTANCE |
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Modifier and Type | Method and Description |
---|---|
void |
readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
List<org.jboss.dmr.ModelNode> list) |
void |
writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
org.jboss.as.controller.persistence.SubsystemMarshallingContext context) |
protected static final MessagingSubsystemParser_1_0 INSTANCE
public void writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.as.controller.persistence.SubsystemMarshallingContext context) throws XMLStreamException
writeContent
in interface org.jboss.staxmapper.XMLElementWriter<org.jboss.as.controller.persistence.SubsystemMarshallingContext>
XMLStreamException
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> list) throws XMLStreamException
readElement
in interface org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>
XMLStreamException
Copyright © 2018 JBoss by Red Hat. All rights reserved.