public interface IUnmarshallable
| Modifier and Type | Method and Description |
|---|---|
String |
JiBX_className()
Get the name of the class associated with the <mapping> definition.
|
void |
unmarshal(IUnmarshallingContext ctx)
Unmarshal self.
|
String JiBX_className()
void unmarshal(IUnmarshallingContext ctx) throws JiBXException
ctx - unmarshalling contextJiBXException - on error in unmarshalling processCopyright © 2005-2013 jibx.org. All Rights Reserved.