| Interface | Description |
|---|---|
| Application |
Responsible for handling Application resources and life cycle.
|
| ApplicationDeployer |
Deploys and disposes applications on Mule Runtime.
|
| ApplicationService |
Creates an
ArtifactClassLoader from the location of the application (exploded or the jar). |
| RemoteApplicationInvoker |
Invokes operations on a Mule Runtime application.
|
| RemoteApplicationInvoker.ApplicationRemoteFunction<R> |
A function that receives the applicationId from the application deploy on Mule Runtime and the service
to invoke operations remotely on Mule Runtime.
|
| Class | Description |
|---|---|
| AbstractApplicationDeployer |
Base class implementation for
ApplicationDeployer. |
| DefaultApplication |
Represents an application and allows to be deployed into Mule Runtime.
|
| DefaultApplicationService |
Default implementation of
ApplicationService. |
| FileSystemApplicationDeployer |
Handles a reference to the exploded application from file system.
|
| InputStreamApplicationDeployer |
Handles an
InputStream with the content of the zipped application from local file system or a remote server. |
| RemoteApplicationContextFactory |
Creates a
ApplicationDeployer. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.