Interface ISoapOperationDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
ReportingSoapOperationDS, XmlSoapOperationDS, XmlSoapOperationDS

public interface ISoapOperationDS extends IReportingDS
This interface defines a Soap Operation.
Since:
9.0
Author:
Arjan Pragt
  • Method Details

    • getName

      String getName()
      This method returns the name of the operation.
      Returns:
      The name of the operation, may not be null.
    • getAction

      String getAction()
      This method returns the action of the operation
      Returns:
      The action of the operation, may be null or empty.
    • getRequestMessage

      ISoapMessageDS getRequestMessage()
      This method returns the input message of the operation.
      Returns:
      The input message of the operation, may not be null.
    • getResponseMessage

      ISoapMessageDS getResponseMessage()
      This method returns the output message of the operation.
      Returns:
      The output message of the operation, may not be null.