Java™ Platform
Standard Ed. 6

Uses of Class
javax.xml.bind.Unmarshaller.Listener

Packages that use Unmarshaller.Listener
javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. 
javax.xml.bind.helpers JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces. 
 

Uses of Unmarshaller.Listener in javax.xml.bind
 

Methods in javax.xml.bind that return Unmarshaller.Listener
 Unmarshaller.Listener Unmarshaller.getListener()
          Return Unmarshaller.Listener registered with this Unmarshaller.
 

Methods in javax.xml.bind with parameters of type Unmarshaller.Listener
 void Unmarshaller.setListener(Unmarshaller.Listener listener)
           Register unmarshal event callback Unmarshaller.Listener with this Unmarshaller.
 

Uses of Unmarshaller.Listener in javax.xml.bind.helpers
 

Methods in javax.xml.bind.helpers that return Unmarshaller.Listener
 Unmarshaller.Listener AbstractUnmarshallerImpl.getListener()
           
 

Methods in javax.xml.bind.helpers with parameters of type Unmarshaller.Listener
 void AbstractUnmarshallerImpl.setListener(Unmarshaller.Listener listener)
           
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.