This interface represents a service interface.
The methods in this interface provide information about a service interface. Use the methods to obtain the name of a service interface, the URI for a service interface and the valid operation types on the service interface.
ServiceManager serviceManager = new ServiceManager(); Service service = (Service)serviceManager.locateService(“stockQuote”); URI uri = service.getURI();
Last updated: Thu Apr 27 15:50:14 2006
(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)