com.ibm.websphere.wsaddressing
Interface EndpointReference
All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
- public interface EndpointReference
- extends java.io.Serializable, java.lang.Cloneable
Instances of this interface are created by the com.ibm.websphere.wsaddressing.EndpointReferenceManager class.
Method Summary
Modifier and Type | Method and Description |
---|---|
|
setReferenceParameter(javax.xml.namespace.QName name,java.lang.String value)
Sets a reference parameter to a String value.
|
Method Detail
setReferenceParameter
- void setReferenceParameter(javax.xml.namespace.QName name,
- java.lang.String value)
- 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.