Interface SOAP12Operation

    • Method Detail

      • 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.