org.apache.openejb.assembler.classic
Interface WebAppBuilder


public interface WebAppBuilder


Method Summary
 void deployWebApps(AppInfo appInfo, java.lang.ClassLoader classLoader)
           
 void undeployWebApps(AppInfo appInfo)
           
 

Method Detail

deployWebApps

void deployWebApps(AppInfo appInfo,
                   java.lang.ClassLoader classLoader)
                   throws java.lang.Exception
Throws:
java.lang.Exception

undeployWebApps

void undeployWebApps(AppInfo appInfo)
                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.