Interface SOAP12Operation

All Superinterfaces:
ExtensibilityElement, Serializable
All Known Implementing Classes:
SOAP12OperationImpl

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

    • setSoapActionURI

      void setSoapActionURI(String soapActionURI)
      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
    • setSoapActionRequired

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

      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(String style)
      Set the style for this SOAP operation.
      Parameters:
      style - the desired style
    • getStyle

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