Uses of Interface
org.jboss.wsf.spi.deployment.Deployment

Packages that use Deployment
org.jboss.wsf.spi.deployment   
 

Uses of Deployment in org.jboss.wsf.spi.deployment
 

Subinterfaces of Deployment in org.jboss.wsf.spi.deployment
 interface ArchiveDeployment
          A general web service deployment dep.
 

Methods in org.jboss.wsf.spi.deployment that return Deployment
 Deployment Service.getDeployment()
          Get the deployment this service belongs to
abstract  Deployment DeploymentModelFactory.newDeployment(java.lang.String simpleName, java.lang.ClassLoader initialLoader)
           
 

Methods in org.jboss.wsf.spi.deployment with parameters of type Deployment
 void SecurityHandler.addSecurityDomain(org.dom4j.Element jbossWeb, Deployment dep)
          Add the security domain to jboss-web.xml
 void SecurityHandler.addSecurityRoles(org.dom4j.Element webApp, Deployment dep)
          Add the security roles to web.xml
 void DeploymentAspect.create(Deployment dep)
           
 void DeploymentAspectManager.deploy(Deployment dep)
          Deploy a web service
 void DeploymentAspect.destroy(Deployment dep)
           
 void Service.setDeployment(Deployment dep)
          Set the deployment this service belongs to
 void DeploymentAspect.start(Deployment dep)
           
 void DeploymentAspect.stop(Deployment dep)
           
 void DeploymentAspectManager.undeploy(Deployment dep)
          Undeploy a web service
 



Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.