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 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
  • 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