public interface IExportable<T extends XMLMarshallable>
| Modifier and Type | Method and Description |
|---|---|
T |
export()
Exports an object to an
XMLMarshallable. |
String |
getOwner() |
void |
marshal(XMLOutputter output) |
T export()
XMLMarshallable.XMLMarshallable objectString getOwner()
void marshal(XMLOutputter output)