API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind. Unmarshaller.Listener View Source
Author(s)
Since
JAXB2.0
Version
Serial
Hierarchy
 Object
      Unmarshaller.Listener
Implements
Subclasses
Description
publicabstractstatic abstract class Unmarshaller.Listener
 

Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events.

See also:   
Constructors
public Unmarshaller.Listener ()
Methods
Hide/Show inherited methods
public void afterUnmarshal (Object target, Object parent)
 

Callback method invoked after unmarshalling XML data into target.

public void beforeUnmarshal (Object target, Object parent)
 

Callback method invoked before unmarshalling into target.

Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar