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 reference
Component interface
EndPointReference interface
EndPointReferenceFactory interface
Service exceptions
InterfaceType interface
ServiceCallback interface
ServiceImplAsync interface
ServiceImplSync interface
ServiceManager class
Ticket interface
Related information
Interface Service APIs

Terms of use |

Last updated: Tue Feb 21 17:57:09 2006

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