|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JAXBObjectHandler implementations can be registered with the JAXB Reader in order to receive unmarshalled XML fragments.
Method Summary | |
void |
handleObject(javax.xml.bind.Element jaxbElement)
Called when the JAXBReader has finished parsing the xml path the
handler was registered for. |
Method Detail |
public void handleObject(javax.xml.bind.Element jaxbElement) throws java.lang.Exception
JAXBReader
has finished parsing the xml path the
handler was registered for. The provided object is the unmarshalled
representation of the XML path. It can be casted to the appropriate
implementation class that is generated by the JAXB compiler.
jaxbElement
- the unmarshalled JAXB object to handle
java.lang.Exception
- of any kind, thrown by the implementation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |