EndPointReference interface

This interface represents a Web service addressing endpoint reference.

Purpose

This interface provides the methods that support a service that has a Web Services Description Language (WSDL) port type interface. Use the methods in this interface to obtain information about or set properties for an interface.

Examples

This example shows a client obtaining the EndPointReference for the stockQuote service.
ServiceManager serviceManager = new ServiceManager();
Service service = (Service)serviceManager.locateService(“stockQuote”);
EndpointReference endpointReference = service.getEndpointReference();
Related reference
Component interface
EndPointReferenceFactory interface
Service exceptions
InterfaceType interface
Service interface
ServiceCallback interface
ServiceImplAsync interface
ServiceImplSync interface
ServiceManager class
Ticket interface
Related information
Interface EndPointReference 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)