org.apache.synapse.mediators.builtin
Class RMSequenceMediator

java.lang.Object
  extended by org.apache.synapse.mediators.AbstractMediator
      extended by org.apache.synapse.mediators.builtin.RMSequenceMediator
All Implemented Interfaces:
AspectConfigurable, Mediator, SynapseArtifact

public class RMSequenceMediator
extends AbstractMediator


Field Summary
 
Fields inherited from class org.apache.synapse.mediators.AbstractMediator
log, trace, traceState
 
Constructor Summary
RMSequenceMediator()
           
 
Method Summary
 SynapseXPath getCorrelation()
           
 SynapseXPath getLastMessage()
           
 Boolean getSingle()
           
 String getVersion()
           
 boolean isSingle()
           
 boolean mediate(MessageContext synCtx)
          Invokes the mediator passing the current message for mediation.
 void setCorrelation(SynapseXPath correlation)
           
 void setLastMessage(SynapseXPath lastMessage)
           
 void setSingle(Boolean single)
           
 void setVersion(String version)
           
 
Methods inherited from class org.apache.synapse.mediators.AbstractMediator
auditLog, auditWarn, configure, disableStatistics, enableStatistics, getAspectConfiguration, getDescription, getLog, getTraceState, getType, handleException, handleException, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, setDescription, setEffectiveTraceState, setTraceState, shouldTrace, traceOrDebug, traceOrDebugWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMSequenceMediator

public RMSequenceMediator()
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.

Parameters:
synCtx - the current message for mediation
Returns:
true if further mediation should continue

isSingle

public boolean isSingle()

getCorrelation

public SynapseXPath getCorrelation()

setCorrelation

public void setCorrelation(SynapseXPath correlation)

getLastMessage

public SynapseXPath getLastMessage()

setLastMessage

public void setLastMessage(SynapseXPath lastMessage)

getSingle

public Boolean getSingle()

setSingle

public void setSingle(Boolean single)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.