javax.wsdl.extensions.http

Interface HTTPBinding

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

public interface HTTPBinding
extends ExtensibilityElement, java.io.Serializable

Author:
Matthew J. Duftler (duftler@us.ibm.com)

Method Summary

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

Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement

getElementType, getRequired, setElementType, setRequired

Method Details

getVerb

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

setVerb

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

Copyright B) 2003,2006 IBM. All Rights Reserved.