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

javax.wsdl.extensions.soap.SOAPAddress Maven / Gradle / Ivy

There is a newer version: 7.4.3.112-ga112
Show newest version
/*
 * (c) Copyright IBM Corp 2001, 2005 
 */

package javax.wsdl.extensions.soap;

import javax.wsdl.extensions.*;

/**
 * @author Matthew J. Duftler ([email protected])
 */
public interface SOAPAddress extends ExtensibilityElement, java.io.Serializable
{
  /**
   * Set the location URI for this SOAP address.
   *
   * @param locationURI the desired location URI
   */
  public void setLocationURI(String locationURI);

  /**
   * Get the location URI for this SOAP address.
   */
  public String getLocationURI();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy