Package javax.wsdl.extensions.soap12
Interface SOAP12Operation
- All Superinterfaces:
ExtensibilityElement
,Serializable
- All Known Implementing Classes:
SOAP12OperationImpl
Based on javax.wsdl.extensions.SOAPOperation.
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the SOAP Action is required for this operation.Get the value of the SOAP action attribute.getStyle()
Get the style for this SOAP operation.void
setSoapActionRequired
(Boolean soapActionRequired) Specify whether the SOAP Action is required for this operation.void
setSoapActionURI
(String soapActionURI) Set the SOAP action attribute.void
Set the style for this SOAP operation.Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
-
Method Details
-
setSoapActionURI
Set the SOAP action attribute.- Parameters:
soapActionURI
- the desired value of the SOAP action header for this operation.
-
getSoapActionURI
String getSoapActionURI()Get the value of the SOAP action attribute.- Returns:
- the SOAP action attribute's value
-
setSoapActionRequired
Specify whether the SOAP Action is required for this operation.- Parameters:
soapActionRequired
- true if the SOAP Action is required, otherwise false.
-
getSoapActionRequired
Boolean getSoapActionRequired()Indicates whether the SOAP Action is required for this operation.- Returns:
- true if the SOAP action is required, otherwise false.
-
setStyle
Set the style for this SOAP operation.- Parameters:
style
- the desired style
-
getStyle
String getStyle()Get the style for this SOAP operation.
-