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 information
Interface EndPointReference APIs

Terms of use |

Last updated: Thu Apr 27 15:50:14 2006

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