public interface IMarshallable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
JiBX_getName()
Get the name of the class or type associated with the <mapping>
definition.
|
void |
marshal(IMarshallingContext ctx)
Marshal self.
|
java.lang.String JiBX_getName()
void marshal(IMarshallingContext ctx) throws JiBXException
ctx
- marshalling contextJiBXException
- on error in marshalling process