javax.wsdl.extensions.http.HTTPOperation Maven / Gradle / Ivy
/*
* (c) Copyright IBM Corp 2001, 2005
*/
package javax.wsdl.extensions.http;
import javax.wsdl.extensions.*;
/**
* @author Matthew J. Duftler ([email protected])
*/
public interface HTTPOperation extends ExtensibilityElement,
java.io.Serializable
{
/**
* Set the location URI for this HTTP operation.
*
* @param locationURI the desired location URI
*/
public void setLocationURI(String locationURI);
/**
* Get the location URI for this HTTP operation.
*/
public String getLocationURI();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy