javax.wsdl.extensions.soap

Interface SOAPBinding

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

public interface SOAPBinding
extends ExtensibilityElement, java.io.Serializable

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

Method Summary

String
getStyle()
Get the style for this SOAP binding.
String
getTransportURI()
Get the transport URI to be used with this binding.
void
setStyle(String style)
Set the style for this SOAP binding.
void
setTransportURI(String transportURI)
Set the SOAP transport URI to be used for communicating with this binding.

Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement

getElementType, getRequired, setElementType, setRequired

Method Details

getStyle

public String getStyle()
Get the style for this SOAP binding.


getTransportURI

public String getTransportURI()
Get the transport URI to be used with this binding.

Returns:
the transport URI to be used


setStyle

public void setStyle(String style)
Set the style for this SOAP binding.

Parameters:
style - the desired style


setTransportURI

public void setTransportURI(String transportURI)
Set the SOAP transport URI to be used for communicating with this binding.

Parameters:
transportURI - the URI describing the transport to be used


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