com.ibm.websphere.wsaddressing

Interface EndpointReference

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


    public interface EndpointReference
    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

      Methods 
      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.
    • 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.
IBM WebSphere Application ServerTM
Release 8.5