Uses of Class
org.mule.extensions.java.api.exception.ClassNotFoundModuleException
Packages that use ClassNotFoundModuleException
Package
Description
-
Uses of ClassNotFoundModuleException in org.mule.extensions.java.internal.function
Methods in org.mule.extensions.java.internal.function that throw ClassNotFoundModuleExceptionModifier and TypeMethodDescriptionJavaModuleFunctions.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 providedargson the giveninstance.booleanJavaModuleFunctions.isInstanceOf(Object instance, String clazz) Function that allows the user to check that a giveninstanceis aninstanceofthe specifiedclass. -
Uses of ClassNotFoundModuleException in org.mule.extensions.java.internal.operation
Methods in org.mule.extensions.java.internal.operation that throw ClassNotFoundModuleExceptionModifier 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.voidJavaModuleValidateOperation.validateType(String clazz, Object instance, boolean acceptSubtypes) Operation that allows the user to validate that a giveninstanceis aninstanceofthe specifiedclass. -
Uses of ClassNotFoundModuleException in org.mule.extensions.java.internal.util
Methods in org.mule.extensions.java.internal.util that throw ClassNotFoundModuleExceptionModifier and TypeMethodDescriptionstatic voidJavaModuleUtils.validateType(String clazz, Object instance, boolean acceptSubtypes, JavaModuleLoadingCache cache)