Package org.wso2.carbon.mediator.event
Class EventMediator
- java.lang.Object
-
- org.apache.synapse.mediators.AbstractMediator
-
- org.wso2.carbon.mediator.event.EventMediator
-
- All Implemented Interfaces:
org.apache.synapse.aspects.AspectConfigurable,org.apache.synapse.Mediator,org.apache.synapse.SynapseArtifact
public class EventMediator extends org.apache.synapse.mediators.AbstractMediator
-
-
Constructor Summary
Constructors Constructor Description EventMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.synapse.util.xpath.SynapseXPathgetExpression()org.apache.synapse.mediators.ValuegetTopic()booleanmediate(org.apache.synapse.MessageContext synCtx)voidsetExpression(org.apache.synapse.util.xpath.SynapseXPath expression)voidsetTopic(org.apache.synapse.mediators.Value topic)-
Methods inherited from class org.apache.synapse.mediators.AbstractMediator
auditLog, auditWarn, configure, disableStatistics, disableTracing, divertMediationRoute, enableStatistics, enableTracing, getAspectConfiguration, getCommentsList, getDescription, getInputType, getLastSequenceFaultHandler, getLog, getMediatorName, getMediatorPosition, getOutputType, getRegisteredMediationFlowPoint, getShortDescription, getTraceState, getType, handleException, handleException, isBreakPoint, isContentAltering, isContentAware, isSkipEnabled, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, isTracingEnabled, registerMediationFlowPoint, reportCloseStatistics, reportOpenStatistics, setBreakPoint, setCommentsList, setComponentStatisticsId, setDescription, setEffectiveTraceState, setMediatorPosition, setShortDescription, setSkipEnabled, setTraceState, shouldCaptureTracing, shouldTrace, shouldTrace, traceOrDebug, traceOrDebugWarn, unregisterMediationFlowPoint
-
-
-
-
Method Detail
-
mediate
public boolean mediate(org.apache.synapse.MessageContext synCtx)
-
getTopic
public org.apache.synapse.mediators.Value getTopic()
-
getExpression
public org.apache.synapse.util.xpath.SynapseXPath getExpression()
-
setTopic
public void setTopic(org.apache.synapse.mediators.Value topic)
-
setExpression
public void setExpression(org.apache.synapse.util.xpath.SynapseXPath expression)
-
-