java.lang.Object
com.aquima.interactions.framework.handler.profile.XmlResult
All Implemented Interfaces:
IActionResult, Serializable

public class XmlResult extends Object implements IActionResult
Action handler result containing an XML node.
Since:
5.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

  • Method Details

    • createEmptyResult

      public static XmlResult createEmptyResult()
      This method creates an empty XmlResult object.
      Returns:
      an empty XmlResult object.
    • getXml

      public IXmlElement getXml()
      This method returns the XML node of this result object.
      Returns:
      the XML node of this result object.