Uses of Class
org.mule.extensions.java.api.exception.InvocationModuleException
Packages that use InvocationModuleException
Package
Description
-
Uses of InvocationModuleException in org.mule.extensions.java.internal.function
Methods in org.mule.extensions.java.internal.function that throw InvocationModuleException -
Uses of InvocationModuleException in org.mule.extensions.java.internal.operation
Methods in org.mule.extensions.java.internal.operation that throw InvocationModuleExceptionModifier 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.JavaNewInstanceOperation.newInstance(ConstructorIdentifier identifier, Map<String, org.mule.runtime.api.metadata.TypedValue<Object>> args) Operation that allows the user to create a new instance of the givenclassThe identifier of theConstructorto be used includes theclassandconstructornames, being theconstructora full description of its signature including the types of each parameter. -
Uses of InvocationModuleException in org.mule.extensions.java.internal.util
Methods in org.mule.extensions.java.internal.util that throw InvocationModuleExceptionModifier 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)