Uses of Class
org.mule.extensions.java.api.exception.NoSuchMethodModuleException
Packages that use NoSuchMethodModuleException
Package
Description
-
Uses of NoSuchMethodModuleException in org.mule.extensions.java.internal.function
Methods in org.mule.extensions.java.internal.function that throw NoSuchMethodModuleException -
Uses of NoSuchMethodModuleException in org.mule.extensions.java.internal.operation
Methods in org.mule.extensions.java.internal.operation that throw NoSuchMethodModuleExceptionModifier and TypeMethodDescriptionJavaInvokeOperations.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 providedargson the giveninstance.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. -
Uses of NoSuchMethodModuleException in org.mule.extensions.java.internal.util
Methods in org.mule.extensions.java.internal.util that throw NoSuchMethodModuleExceptionModifier and TypeMethodDescriptionMethodInvoker.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 ObjectMethodInvoker.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)