|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndpointReference
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 | |
---|---|
void |
setReferenceParameter(javax.xml.namespace.QName name,
java.lang.String value)
Sets a reference parameter to a String value. |
Method Detail |
---|
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.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |