Uses of Class
org.springframework.osgi.web.deployer.OsgiWarDeploymentException

Packages that use OsgiWarDeploymentException
org.springframework.osgi.web.deployer Classes supporting deployment of web application into the OSGi platform. 
org.springframework.osgi.web.deployer.support Deployer support package. 
 

Uses of OsgiWarDeploymentException in org.springframework.osgi.web.deployer
 

Methods in org.springframework.osgi.web.deployer that throw OsgiWarDeploymentException
 WarDeployment WarDeployer.deploy(Bundle bundle, String contextPath)
          Deploys the given bundle as a WAR using the given context path.
 void WarDeployment.undeploy()
          Undeploys the current deployment.
 

Uses of OsgiWarDeploymentException in org.springframework.osgi.web.deployer.support
 

Methods in org.springframework.osgi.web.deployer.support that throw OsgiWarDeploymentException
 WarDeployment AbstractWarDeployer.deploy(Bundle bundle, String contextPath)
          Deploys the given bundle as a WAR using the given context path. Breaks down (and logs appropriately) the deployment process into: creation of the deployment start-up of the deployment Any exception thrown during each step, is wrapped into OsgiWarDeploymentException.
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.