Interface HTTPBinding

All Superinterfaces:
ExtensibilityElement, java.io.Serializable
All Known Implementing Classes:
HTTPBindingImpl

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

    • setVerb

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

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