|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.xml.soap.SAAJMetaFactory
public abstract class SAAJMetaFactory
SAAJ API 로 정의된 팩토리의 구현 클래스의 액세스 포인트입니다. SAAJ 1.3 의 팩토리로 정의된 모든 newInstance
메소드는, 이 클래스의 인스턴스에 따라, 실제의 객체를 작성합니다. SAAJ 1.2 에 존재한 newInstance()
메소드 (SOAPFactory, MessageFactory)의 구현은 갱신되어 SAAJ 1.2 로 정의되고 있는 검색이 Factory 구현 클래스명을 검색할 수 없는 경우, SAAJMetaFactory 에 위양 하게 되었습니다.
SAAJMetaFactory 는 서비스 프로바이더의 인터페이스입니다. 이 클래스의 public 메소드는 없습니다.
생성자 의 개요 | |
---|---|
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 |
생성자 의 상세 |
---|
protected SAAJMetaFactory()
메소드의 상세 |
---|
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
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 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.