Service interface

This interface provides an interface and access to a service. The ServiceManager locateService() method implements this interface.

Purpose

The methods for this interface allow you to reference and determine information about the service interface. Use the service interface methods to:
  • Find the EndPointReference for a service.
  • Determine the preferred interaction style for the service.
  • Invoke, either synchronously or asynchronously, the service.
  • Retrieve the response from invoking a service asynchronously.

Examples

somecall invokeAsynch(someTicket, someservice somedata);
response = invokeResponse(someTicket, 10000);
Related information
Interface Service APIs

Last updated: Tue 10 Oct 2006 12:56:59

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