Interface HTTPOperation
- All Superinterfaces:
ExtensibilityElement, Serializable
- All Known Implementing Classes:
HTTPOperationImpl
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
-
Method Summary
Modifier and TypeMethodDescriptionGet the location URI for this HTTP operation.voidsetLocationURI(String locationURI) Set the location URI for this HTTP operation.Methods inherited from interface ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
-
Method Details
-
setLocationURI
Set the location URI for this HTTP operation.- Parameters:
locationURI- the desired location URI
-
getLocationURI
String getLocationURI()Get the location URI for this HTTP operation.
-