JavaTM Platform
Standard Ed. 6

javax.xml.soap
클래스 SAAJMetaFactory

java.lang.Object 
  상위를 확장 javax.xml.soap.SAAJMetaFactory


public abstract class SAAJMetaFactory
extends Object

SAAJ API 로 정의된 팩토리의 구현 클래스의 액세스 포인트입니다. SAAJ 1.3 의 팩토리로 정의된 모든 newInstance 메소드는, 이 클래스의 인스턴스에 따라, 실제의 객체를 작성합니다. SAAJ 1.2 에 존재한 newInstance() 메소드 (SOAPFactory, MessageFactory)의 구현은 갱신되어 SAAJ 1.2 로 정의되고 있는 검색이 Factory 구현 클래스명을 검색할 수 없는 경우, SAAJMetaFactory 에 위양 하게 되었습니다.

SAAJMetaFactory 는 서비스 프로바이더의 인터페이스입니다. 이 클래스의 public 메소드는 없습니다.

도입된 버젼:
SAAJ 1.3

생성자 의 개요
protected SAAJMetaFactory ()
           
 
메소드의 개요
protected abstract  MessageFactory newMessageFactory (String  protocol)
          지정의 String 프로토콜의 MessageFactory 객체를 작성합니다.
protected abstract  SOAPFactory newSOAPFactory (String  protocol)
          지정의 String 프로토콜의 SOAPFactory 객체를 작성합니다.
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

생성자 의 상세

SAAJMetaFactory

protected SAAJMetaFactory()
메소드의 상세

newMessageFactory

protected abstract MessageFactory  newMessageFactory(String  protocol)
                                             throws SOAPException 
지정의 String 프로토콜의 MessageFactory 객체를 작성합니다.

파라미터:
protocol - 프로토콜을 나타내는 String
예외:
SOAPException - MessageFactory 작성시에 에러가 발생했을 경우
관련 항목:
SOAPConstants.SOAP_1_1_PROTOCOL , SOAPConstants.SOAP_1_2_PROTOCOL , SOAPConstants.DYNAMIC_SOAP_PROTOCOL

newSOAPFactory

protected abstract SOAPFactory  newSOAPFactory(String  protocol)
                                       throws SOAPException 
지정의 String 프로토콜의 SOAPFactory 객체를 작성합니다.

파라미터:
protocol - 프로토콜을 나타내는 String
예외:
SOAPException - SOAPFactory 작성시에 에러가 발생했을 경우
관련 항목:
SOAPConstants.SOAP_1_1_PROTOCOL , SOAPConstants.SOAP_1_2_PROTOCOL , SOAPConstants.DYNAMIC_SOAP_PROTOCOL

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 도 참조해 주세요.