Class TemplateMessageExecutor

    • Constructor Detail

      • TemplateMessageExecutor

        public TemplateMessageExecutor()
    • Method Detail

      • init

        public void init​(SynapseEnvironment se)
        Description copied from interface: ManagedLifecycle
        This method should implement the initialization of the implemented parts of the configuration.
        Specified by:
        init in interface ManagedLifecycle
        Parameters:
        se - SynapseEnvironment to be used for initialization
      • destroy

        public void destroy()
        Description copied from interface: ManagedLifecycle
        This method should implement the destroying of the implemented parts of the configuration.
        Specified by:
        destroy in interface ManagedLifecycle
      • execute

        public void execute()
        Specified by:
        execute in interface org.apache.synapse.task.Task
      • getTemplateKey

        public String getTemplateKey()
      • setTemplateKey

        public void setTemplateKey​(String templateKey)
      • getTemplateParams

        public org.apache.axiom.om.OMElement getTemplateParams()
      • setTemplateParams

        public void setTemplateParams​(org.apache.axiom.om.OMElement templateParams)