public interface SOAPOperation extends ExtensibilityElement, Serializable
| Modifier and Type | Method and Description | 
|---|---|
String | 
getSoapActionURI()
Get the value of the SOAP action attribute. 
 | 
String | 
getStyle()
Get the style for this SOAP operation. 
 | 
void | 
setSoapActionURI(String soapActionURI)
Set the SOAP action attribute. 
 | 
void | 
setStyle(String style)
Set the style for this SOAP operation. 
 | 
getElementType, getRequired, setElementType, setRequiredvoid setSoapActionURI(String soapActionURI)
soapActionURI - the desired value of the SOAP
 action header for this operation.String getSoapActionURI()
void setStyle(String style)
style - the desired styleString getStyle()
Copyright © 2019 JBoss by Red Hat. All rights reserved.