Class ForEachMediator

    • Constructor Detail

      • ForEachMediator

        public ForEachMediator()
    • Method Detail

      • mediate

        public boolean mediate​(MessageContext synCtx)
        Description copied from interface: Mediator
        Invokes the mediator passing the current message for mediation. Each mediator performs its mediation action, and returns true if mediation should continue, or false if further mediation should be aborted.
        Specified by:
        mediate in interface Mediator
        Parameters:
        synCtx - the current message for mediation
        Returns:
        true if further mediation should continue
      • 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
      • setExpression

        public void setExpression​(SynapsePath expression)
      • getSequenceRef

        public String getSequenceRef()
      • setSequenceRef

        public void setSequenceRef​(String sequenceKey)
      • getId

        public String getId()
      • setId

        public void setId​(String id)