Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
javax.xml.bind.PropertyException

Packages that use PropertyException
Package Description
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
Modifier and Type Method and Description
 Object Unmarshaller.getProperty(String name)
          Get the particular property in the underlying implementation of Unmarshaller.
 Object Validator.getProperty(String name)
          Deprecated. since JAXB2.0
 Object Marshaller.getProperty(String name)
          Get the particular property in the underlying implementation of Marshaller.
abstract  Object Binder.getProperty(String name)
          Get the particular property in the underlying implementation of Binder.
 void Unmarshaller.setProperty(String name, Object value)
          Set the particular property in the underlying implementation of Unmarshaller.
 void Validator.setProperty(String name, Object value)
          Deprecated. since JAXB2.0
 void Marshaller.setProperty(String name, Object value)
          Set the particular property in the underlying implementation of Marshaller.
abstract  void Binder.setProperty(String name, Object value)
          Set the particular property in the underlying implementation of Binder.
 

Uses of PropertyException in javax.xml.bind.helpers
 

Methods in javax.xml.bind.helpers that throw PropertyException
Modifier and Type Method and Description
 Object AbstractUnmarshallerImpl.getProperty(String name)
          Default implementation of the getProperty method always throws PropertyException since there are no required properties.
 Object AbstractMarshallerImpl.getProperty(String name)
          Default implementation of the getProperty method handles the four defined properties in Marshaller.
 void AbstractUnmarshallerImpl.setProperty(String name, Object value)
          Default implementation of the setProperty method always throws PropertyException since there are no required properties.
 void AbstractMarshallerImpl.setProperty(String name, Object value)
          Default implementation of the setProperty method handles the four defined properties in Marshaller.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.