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 |
---|---|
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(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–2023 Apache Software Foundation. All rights reserved.