Package javax.wsdl.extensions.soap
Interface SOAPBinding
- All Superinterfaces:
ExtensibilityElement
,Serializable
- All Known Implementing Classes:
SOAPBindingImpl
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
-
Method Summary
Modifier and TypeMethodDescriptiongetStyle()
Get the style for this SOAP binding.Get the transport URI to be used with this binding.void
Set the style for this SOAP binding.void
setTransportURI
(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 Details
-
setStyle
Set the style for this SOAP binding.- Parameters:
style
- the desired style
-
getStyle
String getStyle()Get the style for this SOAP binding. -
setTransportURI
Set the SOAP transport URI to be used for communicating with this binding.- Parameters:
transportURI
- the URI describing the transport to be used
-
getTransportURI
String getTransportURI()Get the transport URI to be used with this binding.- Returns:
- the transport URI to be used
-