JavaTM 2 Platform
Standard Ed. 6

類別 javax.xml.bind.PropertyException
的使用

使用 PropertyException 的軟體套件
javax.xml.bind 為包含解組、編組和驗證功能的客戶端應用程序提供運行時綁定框架。 
javax.xml.bind.helpers 僅由 JAXB 提供者用於: 提供某些 javax.xml.bind 介面的部分預設實作。 
 

javax.xml.bindPropertyException 的使用
 

拋出 PropertyExceptionjavax.xml.bind 中的方法
abstract  Object Binder.getProperty(String name)
          獲取 Binder 的基礎實作中的特定屬性。
 Object Marshaller.getProperty(String name)
          獲取 Marshaller 底層實作中的特定屬性。
 Object Unmarshaller.getProperty(String name)
          獲取 Unmarshaller 底層實作中的特定屬性。
 Object Validator.getProperty(String name)
          已過時。 從 JAXB2.0 開始
abstract  void Binder.setProperty(String name, Object value)
          設置 Binder 的基礎實作中的特定屬性。
 void Marshaller.setProperty(String name, Object value)
          設置 Marshaller 底層實作中的特定屬性。
 void Unmarshaller.setProperty(String name, Object value)
          設置 Unmarshaller 底層實作中的特定屬性。
 void Validator.setProperty(String name, Object value)
          已過時。 從 JAXB2.0 開始
 

javax.xml.bind.helpersPropertyException 的使用
 

拋出 PropertyExceptionjavax.xml.bind.helpers 中的方法
 Object AbstractMarshallerImpl.getProperty(String name)
          getProperty 方法的預設實作處理 Marshaller 中 4 個已定義的屬性。
 Object AbstractUnmarshallerImpl.getProperty(String name)
          由於沒有必需的屬性,getProperty 方法的預設實作總是拋出 PropertyException。
 void AbstractMarshallerImpl.setProperty(String name, Object value)
          setProperty 方法的預設實作處理 Marshaller 中 4 個已定義的屬性。
 void AbstractUnmarshallerImpl.setProperty(String name, Object value)
          由於沒有必需的屬性,setProperty 方法的預設實作總是拋出 PropertyException。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only