|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMarshallable
Marshallable interface definition. This interface must be implemented by all classes which can be marshalled as independent units (not just as children of other objects). Classes implementing this interface may either marshal themselves directly (if there's only one marshalling format defined), or obtain an instance of the appropriate marshaller from the context and use that. This interface is automatically added by the binding compiler to all classes targeted by <mapping> elements in a binding.
Method Summary | |
---|---|
java.lang.String |
JiBX_getName()
Get the name of the class or type associated with the <mapping> definition. |
void |
marshal(IMarshallingContext ctx)
Marshal self. |
Method Detail |
---|
java.lang.String JiBX_getName()
void marshal(IMarshallingContext ctx) throws JiBXException
ctx
- marshalling context
JiBXException
- on error in marshalling process
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |