Package org.jboss.as.server.parsing
Class SocketBindingsXml
java.lang.Object
org.jboss.as.server.parsing.SocketBindingsXml
- Direct Known Subclasses:
SocketBindingsXml.HostSocketBindingsXml
Parsing and marshalling logic specific to socket bindings.
The contents of this file have been pulled from , 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidwriteExtraAttributes(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.dmr.ModelNode bindingGroup)
-
Constructor Details
-
SocketBindingsXml
protected SocketBindingsXml()
-
-
Method Details
-
writeExtraAttributes
protected abstract void writeExtraAttributes(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.dmr.ModelNode bindingGroup) throws XMLStreamException - Throws:
XMLStreamException
-