Uses of Class
org.ow2.jonas.deployment.web.WebContainerDeploymentDescException

Packages that use WebContainerDeploymentDescException
org.ow2.jonas.deployment.web.lib   
org.ow2.jonas.deployment.web.wrapper   
 

Uses of WebContainerDeploymentDescException in org.ow2.jonas.deployment.web.lib
 

Methods in org.ow2.jonas.deployment.web.lib that throw WebContainerDeploymentDescException
static org.ow2.util.ee.metadata.common.impl.enc.ENCBindingHolder WebDeploymentDescManager.completeWebApp(org.ow2.util.ee.metadata.war.api.IWarDeployableMetadata warDeployableMetadata, WebApp webApp, JonasWebApp jonasWebApp, ClassLoader classLoader)
          Complete the given webapp object and jonasWebApp by reading annotations.
static WebContainerDeploymentDesc WebDeploymentDescManager.getDeploymentDesc(String filename, ClassLoader loader)
          Get the specified web deployment descriptor.
static org.ow2.util.ee.metadata.war.api.IWarDeployableMetadata WebDeploymentDescManager.getWarMetadata(File fWar)
          Extract all the metadatas from the webapp.
 

Uses of WebContainerDeploymentDescException in org.ow2.jonas.deployment.web.wrapper
 

Methods in org.ow2.jonas.deployment.web.wrapper that throw WebContainerDeploymentDescException
static WebContainerDeploymentDesc WebManagerWrapper.getDeploymentDesc(String warName, ClassLoader cl)
          Wrap the WebDeploymentDescManager.getDeploymentDesc() call.
static WebContainerDeploymentDesc WebManagerWrapper.getDeploymentDesc(URL url, ClassLoader moduleCL, ClassLoader earCL)
          Wrap the WebDeploymentDescManager.getInstance().getDeploymentDesc() call.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.