javax.wsdl.extensions.http
Interface HTTPBinding

All Superinterfaces:
ExtensibilityElement, java.io.Serializable

public interface HTTPBinding
extends ExtensibilityElement, java.io.Serializable

HTTPBinding

Component:
WSDL-API interfaces

Method Summary
 java.lang.String getVerb()
          Get the verb for this HTTP binding.
 void setVerb(java.lang.String verb)
          Set the verb for this HTTP binding.
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
 

Method Detail

setVerb

public void setVerb(java.lang.String verb)
Set the verb for this HTTP binding.

Parameters:
verb - the desired verb

getVerb

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