public final class MethodInvoker extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> |
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 |
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) |
public static org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> 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) throws ArgumentMismatchModuleException, InvocationModuleException, NoSuchMethodModuleException
public static Object 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) throws ArgumentMismatchModuleException, InvocationModuleException, NoSuchMethodModuleException
Copyright © 2019 MuleSoft, Inc.. All rights reserved.