Uses of Class
javax.xml.bind.PropertyException

Uses of PropertyException in javax.xml.bind
 

Methods in javax.xml.bind that throw PropertyException
abstract  java.lang.Object Binder.getProperty(java.lang.String name)
          Get the particular property in the underlying implementation of Binder.
 java.lang.Object Marshaller.getProperty(java.lang.String name)
          Get the particular property in the underlying implementation of Marshaller.
 java.lang.Object Unmarshaller.getProperty(java.lang.String name)
          Get the particular property in the underlying implementation of Unmarshaller.
 java.lang.Object Validator.getProperty(java.lang.String name)
          Deprecated. since JAXB2.0
abstract  void Binder.setProperty(java.lang.String name, java.lang.Object value)
          Set the particular property in the underlying implementation of Binder.
 void Marshaller.setProperty(java.lang.String name, java.lang.Object value)
          Set the particular property in the underlying implementation of Marshaller.
 void Unmarshaller.setProperty(java.lang.String name, java.lang.Object value)
          Set the particular property in the underlying implementation of Unmarshaller.
 void Validator.setProperty(java.lang.String name, java.lang.Object value)
          Deprecated. since JAXB2.0