javax.wsdl.extensions.soap
Interface SOAPBinding
- All Superinterfaces:
- ExtensibilityElement, java.io.Serializable
- All Known Implementing Classes:
- SOAPBindingImpl
- public interface SOAPBinding
- extends ExtensibilityElement, java.io.Serializable
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
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. |
setStyle
public void setStyle(java.lang.String style)
- Set the style for this SOAP binding.
- Parameters:
style
- the desired style
getStyle
public java.lang.String getStyle()
- Get the style for this SOAP binding.
setTransportURI
public 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
public java.lang.String getTransportURI()
- Get the transport URI to be used with this binding.
- Returns:
- the transport URI to be used
Copyright © 2003 IBM. All Rights Reserved.