com.highdeal.hci
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 Summary
 void marshal(XMLOutputter output)
          Deprecated. 
 void marshalAttributes(XMLOutputter output)
          Gives an XML representation of the attributes of an object.
 void marshalChildren(XMLOutputter output)
          Gives an XML representation of the child objects of an object.
 
Methods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, setAttributes
 

Method Detail

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

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)