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(String simpleName, ClassLoader initialLoader)
           
 

Methods in org.jboss.wsf.spi.deployment with parameters of type Deployment
 boolean DeploymentAspect.canHandle(Deployment dep)
           
 void DeploymentAspectManager.deploy(Deployment dep)
          Deploy a web service
 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 © 2012 JBoss, by Red Hat. All Rights Reserved.