|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUnmarshallable
Unmarshallable interface definition. This interface must be implemented by all classes which can be unmarshalled as independent units (not just as children of other objects). Classes implementing this interface may either unmarshal themselves directly (if there's only one unmarshalling format defined), or obtain an instance of the appropriate unmarshaller from the context and use that.
Method Summary | |
---|---|
java.lang.String |
JiBX_className()
Get the name of the class associated with the <mapping> definition. |
void |
unmarshal(IUnmarshallingContext ctx)
Unmarshal self. |
Method Detail |
---|
java.lang.String JiBX_className()
void unmarshal(IUnmarshallingContext ctx) throws JiBXException
ctx
- unmarshalling context
JiBXException
- on error in unmarshalling process
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |