| Interface | Description |
|---|---|
| ModuleDiscoverer |
Discovers available mule modules.
|
| Class | Description |
|---|---|
| ClasspathModuleDiscoverer |
Discovers
MuleModule searching for ClasspathModuleDiscoverer.MODULE_PROPERTIES files resources available in a given classloader. |
| CompositeModuleDiscoverer |
Composes a group of
ModuleDiscoverer and discovers the modules discovered by each of them. |
| ContainerClassLoaderFactory |
Creates the classLoader for the Mule container.
|
| ContainerClassLoaderFilterFactory |
Creates a
ClassLoaderFilter for the container filter what is exposed to Mule artifacts. |
| ContainerModuleDiscoverer |
Discovers modules on the Mule container.
|
| ContainerOnlyLookupStrategy |
Defines a
LookupStrategy that will search on the container's classloader only, without searching
on the given classloader. |
| DefaultModuleRepository |
Defines a
ModuleRepository that uses a ModuleDiscoverer to find the available
modules. |
| FilteringContainerClassLoader |
Filtering artifact classLoader that to use as the parent classloader for all mule tops artifact (domains, server plugins, etc).
|
| JreExplorer |
Explores the content of the JRE used to run the container.
|
| JreModuleDiscoverer |
Discovers the module corresponding to the JRE by creating a new
MuleModule with the Java packages, resources and
services found on the used JRE. |
| MetadataInvocationHandler<T> |
Extends
InvocationHandler to provide and expose metadata about the inner object implementation. |
| MuleClassLoaderLookupPolicy |
Defines which resources in a class loader should be looked up using parent-first, parent-only or child-first strategies.
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.