Uses of Class
de.ispsoft.jaxme.jaxb.UnsupportedPropertyException

Packages that use UnsupportedPropertyException
de.ispsoft.jaxme.jaxb   
 

Uses of UnsupportedPropertyException in de.ispsoft.jaxme.jaxb
 

Methods in de.ispsoft.jaxme.jaxb that throw UnsupportedPropertyException
 java.lang.Object MarshallerImpl.getProperty(java.lang.String pName)
          Returns the value of the given property.
 void MarshallerImpl.setProperty(java.lang.String pName, java.lang.Object pValue)
          Sets the value of the given property.
 void Marshaller.setProperty(java.lang.String name, java.lang.Object value)
          Deprecated. Set the particular property in the underlying implementation of Marshaller.
 java.lang.Object Marshaller.getProperty(java.lang.String name)
          Deprecated. Get the particular property in the underlying implementation of Marshaller.
 java.lang.Object JMManagerFactoryAttachable.getProperty(java.lang.String pName)
          Returns the value of the given property.
 void JMManagerFactoryAttachable.setProperty(java.lang.String pName, java.lang.Object pValue)
          Sets the value of the given property.