public interface EndpointReference
extends java.io.Serializable, java.lang.Cloneable
Instances of this interface are created by the com.ibm.websphere.wsaddressing.EndpointReferenceManager class.
| Modifier and Type | Method and Description |
|---|---|
void |
setReferenceParameter(javax.xml.namespace.QName name,
java.lang.String value)
Sets a reference parameter to a String value.
|
void setReferenceParameter(javax.xml.namespace.QName name,
java.lang.String value)
throws ReferenceParameterCreationException
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.ReferenceParameterCreationException - if an error occured during the creation
of this
reference parameter element.