Interface SOAP12Operation

All Superinterfaces:
ExtensibilityElement, java.io.Serializable
All Known Implementing Classes:
SOAP12OperationImpl

public interface SOAP12Operation extends ExtensibilityElement, java.io.Serializable
Based on javax.wsdl.extensions.SOAPOperation.
  • Method Details

    • setSoapActionURI

      void setSoapActionURI(java.lang.String soapActionURI)
      Set the SOAP action attribute.
      Parameters:
      soapActionURI - the desired value of the SOAP action header for this operation.
    • getSoapActionURI

      java.lang.String getSoapActionURI()
      Get the value of the SOAP action attribute.
      Returns:
      the SOAP action attribute's value
    • setSoapActionRequired

      void setSoapActionRequired(java.lang.Boolean soapActionRequired)
      Specify whether the SOAP Action is required for this operation.
      Parameters:
      soapActionRequired - true if the SOAP Action is required, otherwise false.
    • getSoapActionRequired

      java.lang.Boolean getSoapActionRequired()
      Indicates whether the SOAP Action is required for this operation.
      Returns:
      true if the SOAP action is required, otherwise false.
    • setStyle

      void setStyle(java.lang.String style)
      Set the style for this SOAP operation.
      Parameters:
      style - the desired style
    • getStyle

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