Interface | Description |
---|---|
Application | |
ApplicationClassLoader |
Identifies a classLoader created for a given Mule application
|
ApplicationClassLoaderFactory |
Creates
ClassLoader instances for Mule applications |
ApplicationFactory |
Creates
Application instances |
Class | Description |
---|---|
ApplicationMuleContextBuilder |
Takes Mule application descriptor into account when building the context.
|
ApplicationStartedSplashScreen |
Splash screen specific for
Application startup based on it's ApplicationDescriptor . |
ApplicationStatusMapper |
Maps an application life cycle phase to an application status
|
ApplicationWrapper |
Decorates the target deployer to properly switch out context classloader for deployment
one where applicable.
|
CompositeApplicationClassLoader |
Defines a classloader that delegates classes and resources resolution to
a list of classloaders.
|
CompositeApplicationClassLoaderFactory |
Composes a
CompositeApplicationClassLoader using a ApplicationClassLoaderFactory
to getDomainClassLoader the classloader for a Mule application and the plugin
classloaders available in the PluginClassLoaderManager |
DefaultApplicationFactory |
Creates default mule applications
|
DefaultMuleApplication | |
EnumerationAdapter<T> |
Creates an
Enumeration containing all the items in a Collection |
MuleApplicationClassLoaderFactory |
Creates
MuleApplicationClassLoader instances based on the
application descriptor. |
NullDeploymentListener |
Defines a
DeploymentListener that does nothing |
Enum | Description |
---|---|
ApplicationStatus |
Indicates the status of a Mule application that corresponds to the last executed lifecycle phase
on the application's
MuleContext . |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.