Package 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
Modifier and TypeMethodDescriptionexport()Exports an object to anXMLMarshallable.getOwner()voidmarshal(XMLOutputter output)
-
Method Details
-
export
T export()Exports an object to anXMLMarshallable.- Returns:
- the
XMLMarshallableobject
-
getOwner
String getOwner() -
marshal
-