All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.wsdl.BindingPolicyReference Maven / Gradle / Ivy

There is a newer version: 1.6.3.wso2v3
Show newest version
package javax.wsdl;

/**
 * This interface represents a WSDL Policy Rererence.
 * That is, it holds the information that would be
 * This contains the information of the policy Reference of the
 * Given binding.
 *
 * @author Lahiru Gunathilake ([email protected])
 */
public interface BindingPolicyReference {
    /**
       * Set the URI of the policy Reference for Binding.
       *
       * @param uri the desired name
       */
      public void setURI(String uri);

      /**
       * Get the URI of this operation binding.
       *
       * @return the operation binding name
       */
    public String getURI();

      /**
       * Get the URI of this operation binding.
       *
       * @return the operation binding name
       */
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy