javax.wsdl.extensions.soap12
Interface SOAP12Binding

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

public interface SOAP12Binding
extends ExtensibilityElement, java.io.Serializable

Copied from javax.wsdl.extensions.soap.SOAPBinding.


Method Summary
 java.lang.String getStyle()
          Get the style for this SOAP binding.
 java.lang.String getTransportURI()
          Get the transport URI to be used with this binding.
 void setStyle(java.lang.String style)
          Set the style for this SOAP binding.
 void setTransportURI(java.lang.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 Detail

setStyle

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

Parameters:
style - the desired style

getStyle

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


setTransportURI

void setTransportURI(java.lang.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

getTransportURI

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

Returns:
the transport URI to be used


Copyright ? 2003,2006 IBM. All Rights Reserved.