Package org.jboss.as.server.parsing
Class SocketBindingsXml
- java.lang.Object
-
- org.jboss.as.server.parsing.SocketBindingsXml
-
- Direct Known Subclasses:
SocketBindingsXml.HostSocketBindingsXml
public abstract class SocketBindingsXml extends Object
Parsing and marshalling logic specific to socket bindings. The contents of this file have been pulled from {@see CommonXml}, see the commit history of that file for true author attribution. Note: This class is only indented to support versions 1, 2, and 3 of the schema, if later major versions of the schema include updates to the types represented by this class then this class should be forked.- Author:
- Darran Lofthouse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSocketBindingsXml.HostSocketBindingsXml
-
Constructor Summary
Constructors Modifier Constructor Description protectedSocketBindingsXml()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract voidwriteExtraAttributes(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.dmr.ModelNode bindingGroup)
-
-
-
Method Detail
-
writeExtraAttributes
protected abstract void writeExtraAttributes(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.dmr.ModelNode bindingGroup) throws XMLStreamException- Throws:
XMLStreamException
-
-