javax.xml.bind
Class Marshaller.Listener

java.lang.Object
  extended by javax.xml.bind.Marshaller.Listener
Enclosing interface:
Marshaller

public abstract static class Marshaller.Listener
extends Object


Constructor Summary
Marshaller.Listener()
           
 
Method Summary
 void afterMarshal(Object source)
           
 void beforeMarshal(Object source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Marshaller.Listener

public Marshaller.Listener()
Method Detail

beforeMarshal

public void beforeMarshal(Object source)

afterMarshal

public void afterMarshal(Object source)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.