| Package | Description |
|---|---|
| org.mule.extensions.java.internal | |
| org.mule.extensions.java.internal.function | |
| org.mule.extensions.java.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static Object |
JavaModuleUtils.invokeMethod(Method method,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args,
Object instance,
Supplier<String> failureMessageProvider,
org.mule.runtime.api.transformation.TransformationService transformationService,
org.mule.runtime.core.api.el.ExpressionManager expressionManager) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavaModuleFunctions.invoke(String clazz,
String methodName,
Object instance,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args)
Function that allows the user to invoke methods with the provided
args on the given instance. |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavaInvokeOperations.invoke(MethodIdentifier identifier,
Object instance,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args)
Operation that allows the user to invoke methods with the provided
args on the given instance. |
Object |
JavaInvokeOperations.invokeStatic(StaticMethodIdentifier identifier,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args)
Operation that allows the user to invoke static methods with the provided arguments.
|
Copyright © 2018 MuleSoft, Inc.. All rights reserved.