InterfaceType interface

This interface represents a service interface.

Purpose

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.

Examples

The following example demonstrates how to get the URI for the stockQuote service interface.
ServiceManager serviceManager = new ServiceManager();
Service service = (Service)serviceManager.locateService(“stockQuote”);
URI uri = service.getURI();
Related reference
Component interface
EndPointReference interface
EndPointReferenceFactory interface
Service exceptions
Service interface
ServiceCallback interface
ServiceImplAsync interface
ServiceImplSync interface
ServiceManager class
Ticket interface
Related information
Interface InterfaceType APIs

Terms of use |

Last updated: Tue Feb 21 17:21:48 2006

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