ExtensibilityElement
, java.io.Serializable
SOAPOperationImpl
public interface SOAPOperation extends ExtensibilityElement, java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getSoapActionURI() |
Get the value of the SOAP action attribute.
|
java.lang.String |
getStyle() |
Get the style for this SOAP operation.
|
void |
setSoapActionURI(java.lang.String soapActionURI) |
Set the SOAP action attribute.
|
void |
setStyle(java.lang.String style) |
Set the style for this SOAP operation.
|
getElementType, getRequired, setElementType, setRequired
void setSoapActionURI(java.lang.String soapActionURI)
soapActionURI
- the desired value of the SOAP
action header for this operation.java.lang.String getSoapActionURI()
void setStyle(java.lang.String style)
style
- the desired stylejava.lang.String getStyle()
Copyright ? 2003, 2013 IBM. All Rights Reserved.