Package com.ibm.wsdl.extensions.soap
Class SOAPBindingImpl
java.lang.Object
com.ibm.wsdl.extensions.soap.SOAPBindingImpl
- All Implemented Interfaces:
Serializable
,ExtensibilityElement
,SOAPBinding
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the type of this extensibility element.Get whether or not the semantics of this extension are required.getStyle()
Get the style for this SOAP binding.Get the transport URI to be used with this binding.void
setElementType
(QName elementType) Set the type of this extensibility element.void
setRequired
(Boolean required) Set whether or not the semantics of this extension are required.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.toString()
-
Field Details
-
elementType
-
required
-
style
-
transportURI
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SOAPBindingImpl
public SOAPBindingImpl()
-
-
Method Details
-
setElementType
Set the type of this extensibility element.- Specified by:
setElementType
in interfaceExtensibilityElement
- Parameters:
elementType
- the type
-
getElementType
Get the type of this extensibility element.- Specified by:
getElementType
in interfaceExtensibilityElement
- Returns:
- the extensibility element's type
-
setRequired
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
setRequired
in interfaceExtensibilityElement
-
getRequired
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
getRequired
in interfaceExtensibilityElement
-
setStyle
Set the style for this SOAP binding.- Specified by:
setStyle
in interfaceSOAPBinding
- Parameters:
style
- the desired style
-
getStyle
Get the style for this SOAP binding.- Specified by:
getStyle
in interfaceSOAPBinding
-
setTransportURI
Set the SOAP transport URI to be used for communicating with this binding.- Specified by:
setTransportURI
in interfaceSOAPBinding
- Parameters:
transportURI
- the URI describing the transport to be used
-
getTransportURI
Get the transport URI to be used with this binding.- Specified by:
getTransportURI
in interfaceSOAPBinding
- Returns:
- the transport URI to be used
-
toString
-