javax.wsdl.extensions.http

Interface HTTPBinding

public interface HTTPBinding extends ExtensibilityElement, Serializable

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

Method Summary
StringgetVerb()
Get the verb for this HTTP binding.
voidsetVerb(String verb)
Set the verb for this HTTP binding.

Method Detail

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 © 2003,2005 IBM. All Rights Reserved.