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.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
-
SOAP12BindingImpl
public SOAP12BindingImpl()
-
-
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 interfaceSOAP12Binding- Parameters:
style- the desired style
-
getStyle
Get the style for this SOAP binding.- Specified by:
getStylein interfaceSOAP12Binding
-
setTransportURI
Set the SOAP transport URI to be used for communicating with this binding.- Specified by:
setTransportURIin interfaceSOAP12Binding- Parameters:
transportURI- the URI describing the transport to be used
-
getTransportURI
Get the transport URI to be used with this binding.- Specified by:
getTransportURIin interfaceSOAP12Binding- Returns:
- the transport URI to be used
-
toString
-