Interface ISoapOperationDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
SoapOperationDefinition

public interface ISoapOperationDefinition extends Serializable
This interface defines a soap operation.
Since:
9.0
Author:
a.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

      ISoapMessageDefinition getRequestMessage()
      This method returns the request message for this operation.
      Returns:
      The request message, may be null.
    • getResponseMessage

      ISoapMessageDefinition getResponseMessage()
      This method returns the response message for this operation.
      Returns:
      The response message, may be null.