public interface JAXBObjectHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleObject(javax.xml.bind.Element jaxbElement)
Called when the
JAXBReaderhas finished parsing the xml path the
handler was registered for. |
void handleObject(javax.xml.bind.Element jaxbElement)
throws java.lang.Exception
JAXBReaderhas 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 handlejava.lang.Exception - of any kind, thrown by the implementation