public interface IMarshallable
| Modifier and Type | Method and Description |
|---|---|
String |
JiBX_getName()
Get the name of the class or type associated with the <mapping>
definition.
|
void |
marshal(IMarshallingContext ctx)
Marshal self.
|
String JiBX_getName()
void marshal(IMarshallingContext ctx) throws JiBXException
ctx - marshalling contextJiBXException - on error in marshalling processCopyright © 2005-2013 jibx.org. All Rights Reserved.