com.highdeal.hci
Class MessageOperationAdapter

java.lang.Object
  extended by com.highdeal.hci.MessageOperationAdapter
All Implemented Interfaces:
IXMLMarshallable, MessageOperation, XMLMarshallable
Direct Known Subclasses:
CreateAuthorizationOp, CreateMappingTableClassOp, CreateMappingTableOp, CreateMappingTableRowOp, CreateRangeTableClassOp, CreateRangeTableOp, CreateRoleOp, CreateSubscriberMappingTableOp, CreateSubscriberMappingTableRowOp, CreateSubscriberRangeTableOp, DeleteAuthorizationOp, DeleteMappingTableClassOp, DeleteMappingTableOp, DeleteMappingTableRowOp, DeleteRangeTableClassOp, DeleteRangeTableOp, DeleteRoleOp, DeleteSubscriberMappingTableOp, DeleteSubscriberMappingTableRowOp, DeleteSubscriberRangeTableOp, ExportSubscriberDataOp, ImportSubscriberDataOp, MaintainMappingTableRowOp, MaintainSubscriberMappingTableRowOp, ModifyAuthorizationOp, ModifyMappingTableRowOp, ModifyRangeTableClassOp, ModifyRoleOp, ModifySubscriberMappingTableRowOp, ModifySubscriberRangeTableOp, PurgeJobRecordOp, RerateBulkOp, SearchAuthorizationOp, SearchMappingTableClassOp, SearchMappingTableOp, SearchRangeTableClassOp, SearchRangeTableOp, SearchRoleOp, SearchSubscriberMappingTableOp, SearchSubscriberRangeTableOp, SearchUserOperationOp, SearchVatRulesOp, com.highdeal.pnr.hci.VersioningModifyOp

public abstract class MessageOperationAdapter
extends java.lang.Object
implements MessageOperation, IXMLMarshallable

Adapter for HCI operations to use new XML marshalling.


Constructor Summary
MessageOperationAdapter()
           
 
Method Summary
 void marshal(XMLOutputter output)
          Gives an XML representation of this object, including its children.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.highdeal.hci.MessageOperation
getName
 
Methods inherited from interface com.highdeal.hci.IXMLMarshallable
marshalAttributes, marshalChildren
 
Methods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, setAttributes
 

Constructor Detail

MessageOperationAdapter

public MessageOperationAdapter()
Method Detail

marshal

public final void marshal(XMLOutputter output)
Description copied from interface: XMLMarshallable
Gives an XML representation of this object, including its children.

Specified by:
marshal in interface IXMLMarshallable
Specified by:
marshal in interface XMLMarshallable
Parameters:
output - The XML output to marshal the object into

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