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);

Parent topic: Programming interfaces

Related reference
Component interface
DataFactory 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 Sep 20 03:22:37 2005

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