javax.wsdl.extensions.http
Interface HTTPOperation

All Superinterfaces:
ExtensibilityElement, java.io.Serializable

public interface HTTPOperation
extends ExtensibilityElement, java.io.Serializable

HTTPOperation

Component:
WSDL-API interfaces

Method Summary
 java.lang.String getLocationURI()
          Get the location URI for this HTTP operation.
 void setLocationURI(java.lang.String locationURI)
          Set the location URI for this HTTP operation.
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
 

Method Detail

setLocationURI

public void setLocationURI(java.lang.String locationURI)
Set the location URI for this HTTP operation.

Parameters:
locationURI - the desired location URI

getLocationURI

public java.lang.String getLocationURI()
Get the location URI for this HTTP operation.