public interface IUnmarshaller
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPresent(IUnmarshallingContext ctx)
Check if instance present in XML.
|
Object |
unmarshal(Object obj,
IUnmarshallingContext ctx)
Unmarshal instance of handled class.
|
boolean isPresent(IUnmarshallingContext ctx) throws JiBXException
ctx - unmarshalling contexttrue if expected parse data found,
false if notJiBXException - on error in unmarshalling processObject unmarshal(Object obj, IUnmarshallingContext ctx) throws JiBXException
obj - object to be unmarshalled (may be null)ctx - unmarshalling contextnull)JiBXException - on error in unmarshalling processCopyright © 2005-2013 jibx.org. All Rights Reserved.