| Package | Description |
|---|---|
| org.mule.extensions.java.internal.function | |
| org.mule.extensions.java.internal.operation | |
| org.mule.extensions.java.internal.util |
| 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 |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> |
JavaInvokeOperations.invoke(MethodIdentifier identifier,
Object instance,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args,
String outputMimeType,
String outputEncoding,
String defaultEncoding)
Operation that allows the user to invoke methods with the provided
args on the given instance. |
org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> |
JavaInvokeOperations.invokeStatic(StaticMethodIdentifier identifier,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args,
String outputMimeType,
String outputEncoding,
String defaultEncoding)
Operation that allows the user to invoke static methods with the provided arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> |
MethodInvoker.invokeMethod(Method method,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args,
Object instance,
ExecutableIdentifier identifier,
String outputMimeType,
String outputEncoding,
org.mule.runtime.api.transformation.TransformationService transformationService,
org.mule.runtime.core.api.el.ExpressionManager expressionManager,
org.slf4j.Logger logger,
String defaultEncoding) |
static Object |
MethodInvoker.invokeMethod(Method method,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args,
Object instance,
ExecutableIdentifier identifier,
org.mule.runtime.api.transformation.TransformationService transformationService,
org.mule.runtime.core.api.el.ExpressionManager expressionManager,
org.slf4j.Logger logger) |
Copyright © 2020 MuleSoft, Inc.. All rights reserved.