Interface SoapDocument

    • Method Detail

      • getSourceDataHandler

        @Nullable
        @Nullable jakarta.activation.DataHandler getSourceDataHandler()
        Returns a DataHandler for the document's source - may return null in case no source document has been selected.
        Returns:
        A DataHandler for the document's source.
      • setResult

        void setResult​(@Nullable
                       @Nullable jakarta.activation.DataHandler result)
        Sets the result DataHandler, that represents the current result of a SoapWebService call for this SoapDocument.
        Parameters:
        result - The result DataHandler, that represents the current result of a SoapWebService call.
      • getResult

        @Nullable
        @Nullable jakarta.activation.DataHandler getResult()
        Returns the result DataHandler, that represents the current result of a SoapWebService call for this SoapDocument. (May return null, should such a result not exist.)
        Returns:
        The result DataHandler, that represents the current result of a SoapWebService call.