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 Unmarshaller.getProperty(java.lang.String name)
          Get the particular property in the underlying implementation of Unmarshaller.
abstract  java.lang.Object Binder.getProperty(java.lang.String name)
          Get the particular property in the underlying implementation of Binder.
 java.lang.Object Validator.getProperty(java.lang.String name)
          Deprecated. since JAXB2.0
 java.lang.Object Marshaller.getProperty(java.lang.String name)
          Get 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.
abstract  void Binder.setProperty(java.lang.String name, java.lang.Object value)
          Set 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 Marshaller.setProperty(java.lang.String name, java.lang.Object value)
          Set the particular property in the underlying implementation of Marshaller.