public class POJOCommandMediator extends AbstractMediator
interface
log, trace, traceState
Constructor and Description |
---|
POJOCommandMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addContextGetterProperty(java.lang.String name,
java.lang.String value) |
void |
addContextSetterProperty(java.lang.String name,
java.lang.String ctxName) |
void |
addMessageGetterProperty(java.lang.String name,
SynapseXPath xpath) |
void |
addMessageSetterProperty(java.lang.String name,
SynapseXPath xpath) |
void |
addStaticSetterProperty(java.lang.String name,
java.lang.Object value) |
java.lang.Class |
getCommand() |
java.util.Map<java.lang.String,java.lang.String> |
getContextGetterProperties() |
java.util.Map<java.lang.String,java.lang.String> |
getContextSetterProperties() |
java.util.Map<java.lang.String,SynapseXPath> |
getMessageGetterProperties() |
java.util.Map<java.lang.String,SynapseXPath> |
getMessageSetterProperties() |
java.util.Map<java.lang.String,java.lang.Object> |
getStaticSetterProperties() |
boolean |
mediate(MessageContext synCtx)
Implements the mediate method of the Mediator interface.
|
void |
setCommand(java.lang.Class command) |
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
public boolean mediate(MessageContext synCtx)
synCtx
- - Synapse MessageContext to be mediatedpublic java.lang.Class getCommand()
public void setCommand(java.lang.Class command)
public void addStaticSetterProperty(java.lang.String name, java.lang.Object value)
public void addMessageSetterProperty(java.lang.String name, SynapseXPath xpath)
public void addContextSetterProperty(java.lang.String name, java.lang.String ctxName)
public void addContextGetterProperty(java.lang.String name, java.lang.String value)
public void addMessageGetterProperty(java.lang.String name, SynapseXPath xpath)
public java.util.Map<java.lang.String,java.lang.Object> getStaticSetterProperties()
public java.util.Map<java.lang.String,SynapseXPath> getMessageSetterProperties()
public java.util.Map<java.lang.String,java.lang.String> getContextSetterProperties()
public java.util.Map<java.lang.String,java.lang.String> getContextGetterProperties()
public java.util.Map<java.lang.String,SynapseXPath> getMessageGetterProperties()
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.