|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JAXBObjectHandler implementations can be registered with the JAXBModifier
in order to change unmarshalled XML fragments.
Method Summary | |
javax.xml.bind.Element |
modifyObject(javax.xml.bind.Element jaxbElement)
Called when the JAXBModifier has finished parsing the xml path
the handler was registered for. |
Method Detail |
public javax.xml.bind.Element modifyObject(javax.xml.bind.Element jaxbElement) throws java.lang.Exception
JAXBModifier
has finished parsing the xml path
the handler was registered for. The provided object is the unmarshalled
representation of the XML fragment. It can be casted to the appropriate
implementation class that is generated by the JAXB compiler. JAXBModifier
and put in the DOM4J tree.
jaxbElement
- the JAXB object to be modified
java.lang.Exception
- possibly thrown by the implementation.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |