Modifier and Type | Method and Description |
---|---|
boolean |
Axis2SynapseEnvironment.injectInbound(MessageContext synCtx,
SequenceMediator seq,
boolean sequential)
Used by inbound polling endpoints to inject the message to synapse engine
|
Modifier and Type | Method and Description |
---|---|
static String |
LibDeployerUtils.extractSynapseLib(String libPath)
Extract the Synapse Library at the provided path to the java temp dir.
|
Modifier and Type | Method and Description |
---|---|
void |
MediatorFaultHandler.onFault(MessageContext synCtx)
Implements the fault handling method for the mediators (basically sequences)
|
Modifier and Type | Method and Description |
---|---|
static Object |
BeanUtils.invokeInstanceMethod(Object instance,
Method method,
Object[] args)
Invokes the given method on the given object via reflection, handles simple type conversion
from String to simple types.
|
static Method |
BeanUtils.resolveMethod(Class clazz,
String methodName,
int argCount)
Finds a method in the given class with the given method name and argument count.
|
Modifier and Type | Method and Description |
---|---|
MessageContext |
JDBCMessageStore.peek()
Select and return the first element in current table
|
MessageContext |
JDBCMessageStore.remove(String msgId)
Remove the message with given msg_id
|
boolean |
JDBCMessageStore.store(MessageContext messageContext)
Add a message to the end of the table.
|
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.