javax.xml.bind
Class Marshaller.Listener
java.lang.Object
javax.xml.bind.Marshaller.Listener
- Enclosing interface:
- Marshaller
public abstract static class Marshaller.Listener
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Marshaller.Listener
public Marshaller.Listener()
beforeMarshal
public void beforeMarshal(Object source)
afterMarshal
public void afterMarshal(Object source)
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.