javax.wsdl.extensions.soap
Interface SOAPOperation

All Superinterfaces:
ExtensibilityElement, java.io.Serializable

public interface SOAPOperation
extends ExtensibilityElement, java.io.Serializable

This class stores information associated with a SOAP operation that acts as the concrete implementation of an abstract operation specified in WSDL.

Component:
WSDL-API interfaces

Method Summary
 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.
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
 

Method Detail

setSoapActionURI

public void setSoapActionURI(java.lang.String soapActionURI)
Set the SOAP action attribute.


getSoapActionURI

public java.lang.String getSoapActionURI()
Get the value of the SOAP action attribute.

Returns:
the SOAP action attribute's value

setStyle

public void setStyle(java.lang.String style)
Set the style for this SOAP operation.

Parameters:
style - the desired style

getStyle

public java.lang.String getStyle()
Get the style for this SOAP operation.