Class SubsystemResourceXMLElementWriter
java.lang.Object
org.jboss.as.controller.persistence.xml.SubsystemResourceXMLElementWriter
- All Implemented Interfaces:
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>
public class SubsystemResourceXMLElementWriter
extends Object
implements org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>
StAX writer for a subsystem.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context)
-
Constructor Details
-
SubsystemResourceXMLElementWriter
-
-
Method Details
-
writeContent
public void writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context) throws XMLStreamException - Specified by:
writeContentin interfaceorg.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>- Throws:
XMLStreamException
-