Interface HTTPAddress

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

public interface HTTPAddress 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 address.
      Parameters:
      locationURI - the desired location URI
    • getLocationURI

      String getLocationURI()
      Get the location URI for this HTTP address.