Save This Page
Home » dom4j-1.6.1 » org.dom4j.jaxb » [javadoc | source]
org.dom4j.jaxb
public interface: JAXBObjectHandler [javadoc | source]

All Known Implementing Classes:
    PurchaseOrderHandler

JAXBObjectHandler implementations can be registered with the JAXB Reader in order to receive unmarshalled XML fragments.
Method from org.dom4j.jaxb.JAXBObjectHandler Summary:
handleObject
Method from org.dom4j.jaxb.JAXBObjectHandler Detail:
 public  void handleObject(Element jaxbElement) throws Exception
    Called when the 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.