Interface ISoapMessage

All Superinterfaces:
Serializable
All Known Implementing Classes:
SoapMessage

public interface ISoapMessage extends Serializable
Interface describing a soap message that can be parsed or composed.
Since:
9.0
Author:
Jon van Leuven, Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    This method return the soap action.
    This method returns the soap envelope.
    boolean
    This method returns whether the attributes should be validated after the soap message is parsed
  • Method Details

    • getAction

      String getAction()
      This method return the soap action.
      Returns:
      The soap action, may be null.
    • getEnvelope

      String getEnvelope()
      This method returns the soap envelope.
      Returns:
      The soap envelope, never null or empty.
    • isValidated

      boolean isValidated()
      This method returns whether the attributes should be validated after the soap message is parsed
      Returns:
      if the attributes should be validated after the soap message is parsed