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.voidsetElementType(QName elementType) Set the type of this extensibility element.voidsetRequired(Boolean required) Set whether or not the semantics of this extension are required.voidSet the style for this SOAP binding.voidsetTransportURI(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:
setElementTypein interfaceExtensibilityElement- Parameters:
elementType- the type
-
getElementType
Get the type of this extensibility element.- Specified by:
getElementTypein 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:
setRequiredin interfaceExtensibilityElement
-
getRequired
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
getRequiredin interfaceExtensibilityElement
-
setStyle
Set the style for this SOAP binding.- Specified by:
setStylein interfaceSOAPBinding- Parameters:
style- the desired style
-
getStyle
Get the style for this SOAP binding.- Specified by:
getStylein interfaceSOAPBinding
-
setTransportURI
Set the SOAP transport URI to be used for communicating with this binding.- Specified by:
setTransportURIin interfaceSOAPBinding- Parameters:
transportURI- the URI describing the transport to be used
-
getTransportURI
Get the transport URI to be used with this binding.- Specified by:
getTransportURIin interfaceSOAPBinding- Returns:
- the transport URI to be used
-
toString
-