EndPointReferenceFactory 인터페이스

이 인터페이스는 웹 서비스 주소 지정 엔드포인트 참조를 작성하는 팩토리입니다.

용도

이 인터페이스는 서비스가 외부 EndPointReference를 작성하는 데 필요한 메소드를 제공합니다. EndPointReference 인터페이스 메소드를 사용하여 등록 정보를 설정할 수 있습니다.

참조를 작성한 후에 참조하기 전에 모듈로 가져와야 합니다.

다음 예는 서비스가 EndPointReference를 작성하고 등록 정보를 설정하는 방법을 보여줍니다.
ServiceManager sM = new ServiceManager();
EndpointReference endpointReference = sM.createEndpointReference(“myServicePort”);
enpointReference.setReferenceProperty(“myId”, “12345”);
관련 참조
구성요소 인터페이스
EndPointReference 인터페이스
서비스 예외
InterfaceType 인터페이스
Service 인터페이스
ServiceCallback 인터페이스
ServiceImplAsync 인터페이스
ServiceImplSync 인터페이스
ServiceManager 클래스
Ticket 인터페이스
관련 정보
인터페이스 EndPointReferenceFactory API

Terms of use |

Last updated: Thu Mar 23 18:54:58 2006

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)