public interface IUnmarshallable
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
JiBX_className() |
Get the name of the class associated with the <mapping> definition.
|
void |
unmarshal(IUnmarshallingContext ctx) |
Unmarshal self.
|
java.lang.String JiBX_className()
void unmarshal(IUnmarshallingContext ctx) throws JiBXException
ctx
- unmarshalling contextJiBXException
- on error in unmarshalling process