public class EJBMediator extends AbstractMediator implements ManagedLifecycle
log, trace, traceState| Constructor and Description |
|---|
EJBMediator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgument(Value argument) |
void |
destroy()
This method should implement the destroying of the
implemented parts of the configuration.
|
List<Value> |
getArgumentList() |
Value |
getBeanId() |
String |
getBeanstalkName() |
String |
getClassName() |
String |
getJndiName() |
Method |
getMethod() |
Target |
getTarget() |
void |
init(SynapseEnvironment se)
This method should implement the initialization of the
implemented parts of the configuration.
|
boolean |
isContentAltering()
This is used to indicate whether message payload get modified during mediation
|
boolean |
isRemove() |
boolean |
mediate(MessageContext synCtx)
Calls an external EJB according to the supplied semantics and attaches the result into the
message/message context.
|
void |
setBeanId(Value beanId) |
void |
setBeanstalkName(String beanstalkName) |
void |
setClassName(String className) |
void |
setJndiName(String jndiName) |
void |
setMethod(Method method) |
void |
setRemove(boolean remove) |
void |
setTarget(Target target) |
auditLog, auditWarn, configure, disableStatistics, disableTracing, divertMediationRoute, enableStatistics, enableTracing, getAspectConfiguration, getCommentsList, getDescription, getInputType, getLastSequenceFaultHandler, getLog, getMediatorName, getMediatorPosition, getOutputType, getRegisteredMediationFlowPoint, getShortDescription, getTraceState, getType, handleException, handleException, isBreakPoint, isContentAware, isSkipEnabled, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, isTracingEnabled, registerMediationFlowPoint, reportCloseStatistics, reportOpenStatistics, setBreakPoint, setCommentsList, setComponentStatisticsId, setDescription, setEffectiveTraceState, setMediatorPosition, setShortDescription, setSkipEnabled, setTraceState, shouldCaptureTracing, shouldTrace, shouldTrace, traceOrDebug, traceOrDebugWarn, unregisterMediationFlowPointpublic void init(SynapseEnvironment se)
ManagedLifecycleinit in interface ManagedLifecyclese - SynapseEnvironment to be used for initializationpublic boolean mediate(MessageContext synCtx)
public void destroy()
ManagedLifecycledestroy in interface ManagedLifecyclepublic String getBeanstalkName()
public void setBeanstalkName(String beanstalkName)
public String getClassName()
public void setClassName(String className)
public Value getBeanId()
public void setBeanId(Value beanId)
public Method getMethod()
public void setMethod(Method method)
public Target getTarget()
public void setTarget(Target target)
public String getJndiName()
public void setJndiName(String jndiName)
public boolean isRemove()
public void setRemove(boolean remove)
public void addArgument(Value argument)
public boolean isContentAltering()
MediatorisContentAltering in interface MediatorisContentAltering in class AbstractMediatorCopyright © 2005–2019 Apache Software Foundation. All rights reserved.