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 Marshaller.getProperty(String name)
          Get the particular property in the underlying implementation of Marshaller.
 Object Unmarshaller.getProperty(String name)
          Get the particular property in the underlying implementation of Unmarshaller.
 Object Validator.getProperty(String name)
          Get the particular property in the underlying implementation of Validator.
 void Marshaller.setProperty(String name, Object value)
          Set the particular property in the underlying implementation of Marshaller.
 void Unmarshaller.setProperty(String name, Object value)
          Set the particular property in the underlying implementation of Unmarshaller.
 void Validator.setProperty(String name, Object value)
          Set the particular property in the underlying implementation of Validator.
 



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