javax.wsdl.extensions.soap
Interface SOAPBinding
- ExtensibilityElement, java.io.Serializable
- SOAPBindingImpl
public interface SOAPBinding
- Matthew J. Duftler (duftler@us.ibm.com)
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