| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
| PropertyException 를 사용하고 있는 패키지 | |
|---|---|
| javax.xml.bind | 비정렬화, 정렬화 및 검증 기능을 포함한 실행시 바인딩 시스템를 클라이언트 어플리케이션에 제공합니다. | 
| javax.xml.bind.helpers | JAXB 프로바이더만이 사용합니다. | 
| javax.xml.bind 에서의 PropertyException 의 사용 | 
|---|
| PropertyException 를 throw 하는 javax.xml.bind 의 메소드 | |
|---|---|
 Object  | 
Validator. getProperty (String  name)
추천 되고 있지 않습니다. since JAXB2. 0  | 
 Object  | 
Unmarshaller. getProperty (String  name)
Unmarshaller 의 기본이 되는 구현의 특정의 프로퍼티을 가져옵니다.  | 
 Object  | 
Marshaller. getProperty (String  name)
Marshaller 의 기본이 되는 구현의 특정의 프로퍼티을 가져옵니다.  | 
abstract  Object  | 
Binder. getProperty (String  name)
Binder 의 기본이 되는 구현의 특정의 프로퍼티을 가져옵니다.  | 
 void | 
Validator. setProperty (String  name,
            Object  value)
추천 되고 있지 않습니다. since JAXB2. 0  | 
 void | 
Unmarshaller. setProperty (String  name,
            Object  value)
Unmarshaller 의 기본이 되는 구현에 특정의 프로퍼티을 설정합니다.  | 
 void | 
Marshaller. setProperty (String  name,
            Object  value)
Marshaller 의 기본이 되는 구현에 특정의 프로퍼티을 설정합니다.  | 
abstract  void | 
Binder. setProperty (String  name,
            Object  value)
Binder 의 기본이 되는 구현에 특정의 프로퍼티을 설정합니다.  | 
| javax.xml.bind.helpers 에서의 PropertyException 의 사용 | 
|---|
| PropertyException 를 throw 하는 javax.xml.bind.helpers 의 메소드 | |
|---|---|
 Object  | 
AbstractUnmarshallerImpl. getProperty (String  name)
필요한 프로퍼티이 없기 때문에, getProperty 메소드의 디폴트 구현은 항상, PropertyException 를 throw 합니다.  | 
 Object  | 
AbstractMarshallerImpl. getProperty (String  name)
getProperty 메소드의 디폴트 구현에서는, Marshaller 의 4 개의 정의가 끝난 프로퍼티을 취급합니다.  | 
 void | 
AbstractUnmarshallerImpl. setProperty (String  name,
            Object  value)
필요한 프로퍼티이 없기 때문에, setProperty 메소드의 디폴트 구현은 항상, PropertyException 를 throw 합니다.  | 
 void | 
AbstractMarshallerImpl. setProperty (String  name,
            Object  value)
setProperty 메소드의 디폴트 구현에서는, Marshaller 의 4 개의 정의가 끝난 프로퍼티을 취급합니다.  | 
 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.