This interface represents a Web service addressing endpoint reference.
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.
ServiceManager serviceManager = new ServiceManager(); Service service = (Service)serviceManager.locateService(“stockQuote”); EndpointReference endpointReference = service.getEndpointReference();
Last updated: Tue Feb 21 17:04:27 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)