com.ibm.websphere.wsaddressing

Interface EndpointReference

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable

  1. public interface EndpointReference
  2. extends java.io.Serializable, java.lang.Cloneable
This interface represents the XML EndpointReferenceType complexType of the WS-Addressing specification XML schema. An EndpointReference contains the information needed to reference a Web service endpoint.

Instances of this interface are created by the com.ibm.websphere.wsaddressing.EndpointReferenceManager class.


Method Summary

Modifier and Type Method and Description
  1. void
setReferenceParameter(javax.xml.namespace.QName name,java.lang.String value)
Sets a reference parameter to a String value.

Method Detail

setReferenceParameter

  1. void setReferenceParameter(javax.xml.namespace.QName name,
  2. java.lang.String value)
  3. throws ReferenceParameterCreationException
Sets a reference parameter to a String value. If a reference parameter with the specified name already exists, this will be overridden.
Parameters:
name - The QName identifying this reference parameter.
value - The String value of this reference parameter. If this is null, any reference paramater with the given QName will be unset.
Throws:
ReferenceParameterCreationException - if an error occured during the creation of this reference parameter element.