Uses of Class
javax.xml.bind.PropertyException

Uses of PropertyException in javax.xml.bind
 

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