Package | Description |
---|---|
org.apache.synapse.libraries.util | |
org.apache.synapse.mediators | |
org.apache.synapse.mediators.bean |
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.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.