Interface HTTPOperation

All Superinterfaces:
ExtensibilityElement, Serializable
All Known Implementing Classes:
HTTPOperationImpl

public interface HTTPOperation extends ExtensibilityElement, Serializable
Author:
Matthew J. Duftler (duftler@us.ibm.com)
  • Method Details

    • setLocationURI

      void setLocationURI(String locationURI)
      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.