org.apache.synapse.mediators.builtin
Class DropMediator
java.lang.Object
org.apache.synapse.mediators.AbstractMediator
org.apache.synapse.mediators.builtin.DropMediator
- All Implemented Interfaces:
- Mediator
public class DropMediator
- extends AbstractMediator
Halts further processing/mediation of the current message. i.e. returns false
|
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, getTraceState, getType, handleException, handleException, isTraceOn, isTraceOrDebugOn, setEffectiveTraceState, setTraceState, shouldTrace, traceOrDebug, traceOrDebugWarn |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropMediator
public DropMediator()
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-2008 Apache Software Foundation. All Rights Reserved.