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

Parent topic: Programming interfaces

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

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