Package com.highdeal.hci
Class MessageOperationAdapter
java.lang.Object
com.highdeal.hci.MessageOperationAdapter
- All Implemented Interfaces:
IXMLMarshallable,MessageOperation,XMLMarshallable
- Direct Known Subclasses:
CreateMappingTableClassOp,CreateMappingTableOp,CreateMappingTableRowOp,CreateRangeTableClassOp,CreateRangeTableOp,CreateSubscriberMappingTableOp,CreateSubscriberMappingTableRowOp,CreateSubscriberRangeTableOp,DeleteMappingTableClassOp,DeleteMappingTableOp,DeleteMappingTableRowOp,DeleteRangeTableClassOp,DeleteRangeTableOp,DeleteSubscriberMappingTableOp,DeleteSubscriberMappingTableRowOp,DeleteSubscriberRangeTableOp,ExportSubscriberDataOp,ImportSubscriberDataOp,MaintainMappingTableRowOp,MaintainSubscriberMappingTableRowOp,ModifyMappingTableClassOp,ModifyMappingTableRowOp,ModifyRangeTableClassOp,ModifySubscriberMappingTableRowOp,ModifySubscriberRangeTableOp,PurgeFileMetadataOp,PurgeJobRecordOp,RefreshSharedAllowanceCacheOp,RerateBulkOp,SearchMappingTableClassOp,SearchMappingTableOp,SearchRangeTableClassOp,SearchRangeTableOp,SearchSubscriberMappingTableOp,SearchSubscriberRangeTableOp,SearchUserOperationOp,SearchVatRulesOp,com.highdeal.pnr.hci.VersioningModifyOp
public abstract class MessageOperationAdapter
extends Object
implements MessageOperation, IXMLMarshallable
Adapter for
HCI operations to use new XML marshalling.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidmarshal(XMLOutputter output) Gives an XML representation of this object, including its children.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.highdeal.hci.IXMLMarshallable
marshalAttributes, marshalChildrenMethods inherited from interface com.highdeal.hci.MessageOperation
getNameMethods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, setAttributes
-
Constructor Details
-
MessageOperationAdapter
public MessageOperationAdapter()
-
-
Method Details
-
marshal
Description copied from interface:XMLMarshallableGives an XML representation of this object, including its children.- Specified by:
marshalin interfaceIXMLMarshallable- Specified by:
marshalin interfaceXMLMarshallable- Parameters:
output- TheXML outputto marshal the object into
-