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() |
String |
getBeanstalkName() |
String |
getClassName() |
String |
getJndiName() |
Method |
getMethod() |
Value |
getSessionId() |
Target |
getTarget() |
void |
init(SynapseEnvironment se)
This method should implement the initialization of the
implemented parts of the configuration.
|
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 |
setBeanstalkName(String beanstalkName) |
void |
setClassName(String className) |
void |
setJndiName(String jndiName) |
void |
setMethod(Method method) |
void |
setRemove(boolean remove) |
void |
setSessionId(Value sessionId) |
void |
setTarget(Target target) |
auditLog, auditWarn, configure, disableStatistics, enableStatistics, getAspectConfiguration, getDescription, getLog, getTraceState, getType, handleException, handleException, isContentAware, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, setDescription, setEffectiveTraceState, setTraceState, shouldTrace, traceOrDebug, traceOrDebugWarnpublic 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 getSessionId()
public void setSessionId(Value sessionId)
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)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.