EndPointReferenceFactory interface

This interface is a factory for creating Web Services addressing endpoint references.

Purpose

This interface provides the method needed for a service to create an external EndPointReference. The properties can be set by the EndPointReference interface methods.

After creating the reference, your module must import it before referencing it.

Examples

This example shows how a service would create an EndPointReference and set a property.
ServiceManager sM = new ServiceManager();
EndpointReference endpointReference = sM.createEndpointReference(“myServicePort”);
enpointReference.setReferenceProperty(“myId”, “12345”);

Parent topic: Programming interfaces

Related reference
Component interface
DataFactory interface
EndPointReference interface
Service exceptions
InterfaceType interface
Service interface
ServiceCallback interface
ServiceImplAsync interface
ServiceImplSync interface
ServiceManager class
Ticket interface

Related information
Interface EndPointReferenceFactory 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)