javax.xml.bind
Class Unmarshaller.Listener

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

public abstract static class Unmarshaller.Listener
extends Object


Constructor Summary
Unmarshaller.Listener()
           
 
Method Summary
 void afterUnmarshal(Object target, Object parent)
           
 void beforeUnmarshal(Object target, Object parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unmarshaller.Listener

public Unmarshaller.Listener()
Method Detail

beforeUnmarshal

public void beforeUnmarshal(Object target,
                            Object parent)

afterUnmarshal

public void afterUnmarshal(Object target,
                           Object parent)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.