Interface HTTPBinding

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

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

    • setVerb

      void setVerb(String verb)
      Set the verb for this HTTP binding.
      Parameters:
      verb - the desired verb
    • getVerb

      String getVerb()
      Get the verb for this HTTP binding.