Interface IXMLMarshallable

All Superinterfaces:
XMLMarshallable
All Known Implementing Classes:
EmptyXMLNode, com.highdeal.hci.HCIModelAdapter, SearchAcquisitionSessionResult, SearchCDRResult, SearchRatingSessionResult, com.highdeal.filter.hci.SearchResult

public interface IXMLMarshallable extends XMLMarshallable
This Java interface defines the methods to marshal the attributes of an element and the child elements of an element.
  • Method Details

    • marshal

      @Deprecated void marshal(XMLOutputter output)
      Deprecated.
      Description copied from interface: XMLMarshallable
      Gives an XML representation of this object, including its children.
      Specified by:
      marshal in interface XMLMarshallable
      Parameters:
      output - The XML output to marshal the object into
    • marshalAttributes

      void marshalAttributes(XMLOutputter output)
      Gives an XML representation of the attributes of an object.
      Parameters:
      output - The XML output to marshal the object attributes into
    • marshalChildren

      void marshalChildren(XMLOutputter output)
      Gives an XML representation of the child objects of an object.
      Parameters:
      output - The XML output to marshal the child objects into