javax.wsdl.extensions.soap
public interface SOAPBinding extends ExtensibilityElement, Serializable
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.
|
Returns: the transport URI to be used
Parameters: style the desired style
Parameters: transportURI the URI describing the transport to be used