org.apache.synapse.mediators.builtin
Class DropMediator

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

public class DropMediator
extends AbstractMediator

Halts further processing/mediation of the current message. i.e. returns false


Field Summary
 
Fields inherited from class org.apache.synapse.mediators.AbstractMediator
log, trace, traceState
 
Constructor Summary
DropMediator()
           
 
Method Summary
 boolean mediate(MessageContext synCtx)
          Halts further mediation of the current message by returning false.
 
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

DropMediator

public DropMediator()
Method Detail

mediate

public boolean mediate(MessageContext synCtx)
Halts further mediation of the current message by returning false.

Parameters:
synCtx - the current message
Returns:
false always


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