Uses of Class
javax.xml.bind.PropertyException

Packages that use PropertyException
javax.xml.bind   
javax.xml.bind.helpers   
 

Uses of PropertyException in javax.xml.bind
 

Methods in javax.xml.bind that throw PropertyException
 Object Validator.getProperty(String name)
           
 Object Unmarshaller.getProperty(String name)
           
 Object Marshaller.getProperty(String name)
           
abstract  Object Binder.getProperty(String name)
           
 void Validator.setProperty(String name, Object value)
           
 void Unmarshaller.setProperty(String name, Object value)
           
 void Marshaller.setProperty(String name, Object value)
           
abstract  void Binder.setProperty(String name, Object value)
           
 

Uses of PropertyException in javax.xml.bind.helpers
 

Methods in javax.xml.bind.helpers that throw PropertyException
 Object AbstractUnmarshallerImpl.getProperty(String name)
           
 Object AbstractMarshallerImpl.getProperty(String name)
           
 void AbstractUnmarshallerImpl.setProperty(String name, Object value)
           
 void AbstractMarshallerImpl.setProperty(String name, Object value)
           
 



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