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 java.lang.String |
LibDeployerUtils.extractSynapseLib(java.lang.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 java.lang.Object |
BeanUtils.invokeInstanceMethod(java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.Object[] args)
Invokes the given method on the given object via reflection, handles simple type conversion
from String to simple types.
|
static java.lang.reflect.Method |
BeanUtils.resolveMethod(java.lang.Class clazz,
java.lang.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 |
---|---|
void |
FailoverForwardingService.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
ForwardingService.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
MessageConsumer |
MessageStore.getConsumer()
Returns a Message Consumer for this message store.
|
MessageProducer |
MessageStore.getProducer()
Returns a Message Producer for this message store.
|
Modifier and Type | Method and Description |
---|---|
MessageContext |
JDBCMessageStore.peek()
Select and return the first element in current table
|
MessageContext |
JDBCMessageStore.remove(java.lang.String msgId)
Remove the message with given msg_id
|
boolean |
JDBCMessageStore.store(MessageContext messageContext)
Add a message to the end of the table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JmsConsumer.cleanup() |
void |
JmsStore.destroy() |
MessageConsumer |
JmsStore.getConsumer() |
Modifier and Type | Method and Description |
---|---|
MessageContext |
ResequenceMessageStore.peek()
Select and return the first element in current table
|
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.