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: Thu Apr 27 15:50:14 2006
(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)