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

Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events.

Constructors
public Marshaller.Listener ()
Methods
Hide/Show inherited methods
public void afterMarshal (Object source)
 

Callback method invoked after marshalling source to XML.

public void beforeMarshal (Object source)
 

Callback method invoked before marshalling from source to XML.

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