public class POJOCommandMediator extends AbstractMediator
interface
log, trace, traceState
Constructor and Description |
---|
POJOCommandMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addContextGetterProperty(String name,
String value) |
void |
addContextSetterProperty(String name,
String ctxName) |
void |
addMessageGetterProperty(String name,
SynapseXPath xpath) |
void |
addMessageSetterProperty(String name,
SynapseXPath xpath) |
void |
addStaticSetterProperty(String name,
Object value) |
Class |
getCommand() |
Map<String,String> |
getContextGetterProperties() |
Map<String,String> |
getContextSetterProperties() |
Map<String,SynapseXPath> |
getMessageGetterProperties() |
Map<String,SynapseXPath> |
getMessageSetterProperties() |
Map<String,Object> |
getStaticSetterProperties() |
boolean |
mediate(MessageContext synCtx)
Implements the mediate method of the Mediator interface.
|
void |
setCommand(Class command) |
auditLog, auditWarn, configure, disableStatistics, enableStatistics, getAspectConfiguration, getDescription, getLog, getTraceState, getType, handleException, handleException, isContentAware, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, setDescription, setEffectiveTraceState, setTraceState, shouldTrace, traceOrDebug, traceOrDebugWarn
public boolean mediate(MessageContext synCtx)
synCtx
- - Synapse MessageContext to be mediatedpublic Class getCommand()
public void setCommand(Class command)
public void addMessageSetterProperty(String name, SynapseXPath xpath)
public void addMessageGetterProperty(String name, SynapseXPath xpath)
public Map<String,SynapseXPath> getMessageSetterProperties()
public Map<String,SynapseXPath> getMessageGetterProperties()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.