Interface ICommunicationComposerContext


public interface ICommunicationComposerContext
Interface describing the methods that are available during communication engine element composition.
Since:
9.0
Author:
Arjan Pragt, Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    createElement(String namespace, String localName)
    This method may be used to create an XML element with the proper namespace prefix.
  • Method Details

    • createElement

      IXmlElement createElement(String namespace, String localName)
      This method may be used to create an XML element with the proper namespace prefix.
      Parameters:
      namespace - The namespace of the element to create, may not be null.
      localName - The local name of the element to create, may not be null.
      Returns:
      The created element, never null.