Package javax.wsdl.extensions.soap
Interface SOAPOperation
- All Superinterfaces:
ExtensibilityElement
,Serializable
- All Known Implementing Classes:
SOAPOperationImpl
This class stores information associated with a SOAP operation that
acts as the concrete implementation of an abstract operation specified
in WSDL.
- Author:
- Nirmal Mukhi (nmukhi@us.ibm.com), Matthew J. Duftler (duftler@us.ibm.com)
-
Method Summary
Modifier and TypeMethodDescriptionGet the value of the SOAP action attribute.getStyle()
Get the style for this SOAP 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
-
setStyle
Set the style for this SOAP operation.- Parameters:
style
- the desired style
-
getStyle
String getStyle()Get the style for this SOAP operation.
-