org.eclipse.wst.wsdl.binding.http
Interface HTTPOperation
- All Superinterfaces:
- javax.wsdl.extensions.ExtensibilityElement, javax.wsdl.extensions.http.HTTPOperation, java.io.Serializable, WSDLElement
public interface HTTPOperation
- extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPOperation
A representation of the model object 'Operation'.
The following features are supported:
- See Also:
HTTPPackage.getHTTPOperation()
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
getRequired, setRequired |
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
getRequired, setRequired |
getLocationURI
java.lang.String getLocationURI()
- Returns the value of the 'Location URI' attribute.
If the meaning of the 'Location URI' attribute isn't clear,
there really should be more of a description here...
- Specified by:
getLocationURI
in interface javax.wsdl.extensions.http.HTTPOperation
- Returns:
- the value of the 'Location URI' attribute.
- See Also:
setLocationURI(String)
,
HTTPPackage.getHTTPOperation_LocationURI()
setLocationURI
void setLocationURI(java.lang.String value)
- Sets the value of the '
Location URI
' attribute.
- Specified by:
setLocationURI
in interface javax.wsdl.extensions.http.HTTPOperation
- Parameters:
value
- the new value of the 'Location URI' attribute.- See Also:
getLocationURI()