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