public class EJB3SubsystemXMLPersister extends Object implements org.jboss.staxmapper.XMLElementWriter<org.jboss.as.controller.persistence.SubsystemMarshallingContext>
XMLElementWriter
that handles the EJB subsystem. As we only write out the most recent version of
a subsystem we only need to keep the latest version around.Modifier and Type | Field and Description |
---|---|
static EJB3SubsystemXMLPersister |
INSTANCE |
Constructor and Description |
---|
EJB3SubsystemXMLPersister() |
Modifier and Type | Method and Description |
---|---|
void |
writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
org.jboss.as.controller.persistence.SubsystemMarshallingContext context) |
protected void |
writeElements(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
org.jboss.as.controller.persistence.SubsystemMarshallingContext context) |
protected void |
writeRemote(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
org.jboss.dmr.ModelNode model) |
public static final EJB3SubsystemXMLPersister 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
protected void writeElements(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.as.controller.persistence.SubsystemMarshallingContext context) throws XMLStreamException
XMLStreamException
protected void writeRemote(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.dmr.ModelNode model) throws XMLStreamException
XMLStreamException
Copyright © 2017 JBoss by Red Hat. All rights reserved.