org.mule.module.launcher.application
Interface ApplicationFactory

All Known Implementing Classes:
DefaultApplicationFactory, PrivilegedApplicationFactory

public interface ApplicationFactory

Creates Application instances


Method Summary
 Application createApp(String appName)
          Creates an application
 

Method Detail

createApp

Application createApp(String appName)
                      throws IOException
Creates an application

Parameters:
appName - the name of the application to create
Returns:
the application instance that corresponds to the given name
Throws:
IOException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.