Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.xml.bind.PropertyException

Uses of PropertyException in javax.xml.bind
 

Methods in javax.xml.bind that throw PropertyException
 void Validator.setProperty(java.lang.String pName, java.lang.Object pValue)
          Sets the Validator property pName to pValue.
 java.lang.Object Validator.getProperty(java.lang.String pName)
          Returns the marshallers property pName.
 void Unmarshaller.setProperty(java.lang.String pName, java.lang.Object pValue)
          Sets the unmarshaller property pName to the value pValue.
 java.lang.Object Unmarshaller.getProperty(java.lang.String pName)
          Returnss the unmarshaller property pName to the value pValue.
 void Marshaller.setProperty(java.lang.String pName, java.lang.Object pValue)
          Sets the marshaller property pName to the value pValue.
 java.lang.Object Marshaller.getProperty(java.lang.String pName)
          Returns the value of the marshaller property pName.