Package com.ibm.wsdl.extensions.soap12
Class SOAP12BindingImpl
java.lang.Object
com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
- All Implemented Interfaces:
Serializable
,ExtensibilityElement
,SOAP12Binding
Copied from com.ibm.wsdl.extensions.soap.SOAPBindingImpl
- 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
-
SOAP12BindingImpl
public SOAP12BindingImpl()
-
-
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 interfaceSOAP12Binding
- Parameters:
style
- the desired style
-
getStyle
Get the style for this SOAP binding.- Specified by:
getStyle
in interfaceSOAP12Binding
-
setTransportURI
Set the SOAP transport URI to be used for communicating with this binding.- Specified by:
setTransportURI
in interfaceSOAP12Binding
- 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 interfaceSOAP12Binding
- Returns:
- the transport URI to be used
-
toString
-