|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyException | |
javax.xml.bind | Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. |
javax.xml.bind.helpers | JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces. |
Uses of PropertyException in javax.xml.bind |
Methods in javax.xml.bind that throw PropertyException | |
void |
Validator.setProperty(java.lang.String name,
java.lang.Object value)
Set the particular property in the underlying implementation of Validator. |
java.lang.Object |
Validator.getProperty(java.lang.String name)
Get the particular property in the underlying implementation of Validator. |
void |
Unmarshaller.setProperty(java.lang.String name,
java.lang.Object value)
Set the particular property in the underlying implementation of Unarshaller. |
java.lang.Object |
Unmarshaller.getProperty(java.lang.String name)
Get 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. |
java.lang.Object |
Marshaller.getProperty(java.lang.String name)
Get the particular property in the underlying implementation of Marshaller. |
Uses of PropertyException in javax.xml.bind.helpers |
Methods in javax.xml.bind.helpers that throw PropertyException | |
void |
AbstractUnmarshallerImpl.setProperty(java.lang.String name,
java.lang.Object value)
Default implementation of the setProperty method always throws PropertyException since there are no required properties. |
java.lang.Object |
AbstractUnmarshallerImpl.getProperty(java.lang.String name)
Default implementation of the getProperty method always throws PropertyException since there are no required properties. |
void |
AbstractMarshallerImpl.setProperty(java.lang.String name,
java.lang.Object value)
Default implementation of the setProperty method handles the four defined properties in Marshaller. |
java.lang.Object |
AbstractMarshallerImpl.getProperty(java.lang.String name)
Default implementation of the getProperty method handles the four defined properties in Marshaller. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |