javax.wsdl.extensions.soap12
Interface SOAP12Binding
- ExtensibilityElement, java.io.Serializable
- SOAP12BindingImpl
public interface SOAP12Binding
Copied from javax.wsdl.extensions.soap.SOAPBinding.
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.
|
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.
- the transport URI to be used
setStyle
public void setStyle(String style)
Set the style for this SOAP binding.
style - the desired style
setTransportURI
public void setTransportURI(String transportURI)
Set the SOAP transport URI to be used for communicating
with this binding.
transportURI - the URI describing the transport
to be used
Copyright B) 2003,2006 IBM. All Rights Reserved.