com.highdeal.hci
Interface IExportable<T extends XMLMarshallable>


public interface IExportable<T extends XMLMarshallable>

This interface is used for object exportable in XMLMarshallable


Method Summary
 T export()
          Exports an object to an XMLMarshallable.
 

Method Detail

export

T export()
Exports an object to an XMLMarshallable.

Returns:
the XMLMarshallable object

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