org.mule.module.launcher.application
Class ApplicationFactory
java.lang.Object
org.mule.module.launcher.application.ApplicationFactory
public class ApplicationFactory
- extends Object
Responsible for creating application objects. E.g. handles the default/priviledged app,
wrapper objects, etc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deploymentService
protected DeploymentService deploymentService
coreExtensions
protected Map<Class<? extends MuleCoreExtension>,MuleCoreExtension> coreExtensions
ApplicationFactory
public ApplicationFactory(DeploymentService deploymentService,
Map<Class<? extends MuleCoreExtension>,MuleCoreExtension> coreExtensions)
createApp
public Application createApp(String appName)
throws IOException
- Throws:
IOException
Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.