JavaTM Platform
Standard Ed. 6

클래스
javax.xml.bind.PropertyException 의 사용

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

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.