Uses of Class
javax.xml.bind.PropertyException

Packages that use PropertyException
javax.xml.bind   
 

Uses of PropertyException in javax.xml.bind
 

Methods in javax.xml.bind that throw PropertyException
 Object Validator.getProperty(String name)
          Get the particular property in the underlying implementation of Validator.
 Object Unmarshaller.getProperty(String name)
          Get the particular property in the underlying implementation of Unmarshaller.
 Object Marshaller.getProperty(String name)
          Get the particular property in the underlying implementation of Marshaller.
 void Validator.setProperty(String name, Object value)
          Set the particular property in the underlying implementation of Validator.
 void Unmarshaller.setProperty(String name, Object value)
          Set the particular property in the underlying implementation of Unmarshaller.
 void Marshaller.setProperty(String name, Object value)
          Set the particular property in the underlying implementation of Marshaller.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.