InterfaceType 인터페이스

이 인터페이스는 서비스 인터페이스를 표시합니다.

용도

이 인터페이스의 메소드는 서비스 인터페이스에 대한 정보를 제공합니다. 메소드를 사용하여 서비스 인터페이스의 이름, 서비스 인터페이스의 URI 및 서비스 인터페이스의 유효한 조작 유형을 얻으십시오.

다음 예는 stockQuote service 인터페이스에 대한 URI를 가져오는 방법에 대해 보여줍니다.
ServiceManager serviceManager = new ServiceManager();
Service service = (Service)serviceManager.locateService(“stockQuote”);
URI uri = service.getURI();
관련 참조
구성요소 인터페이스
EndPointReference 인터페이스
EndPointReferenceFactory 인터페이스
서비스 예외
Service 인터페이스
ServiceCallback 인터페이스
ServiceImplAsync 인터페이스
ServiceImplSync 인터페이스
ServiceManager 클래스
Ticket 인터페이스
관련 정보
인터페이스 InterfaceType 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)