This interface is a factory for creating Web Services addressing endpoint references.
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.
ServiceManager sM = new ServiceManager(); EndpointReference endpointReference = sM.createEndpointReference(“myServicePort”); enpointReference.setReferenceProperty(“myId”, “12345”);
Last updated: Tue 10 Oct 2006 12:56:59
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)