Uses of Interface
org.jboss.wsf.spi.deployment.Deployment
-
Packages that use Deployment Package Description org.jboss.wsf.spi.deployment org.jboss.wsf.spi.security -
-
Uses of Deployment in org.jboss.wsf.spi.deployment
Subinterfaces of Deployment in org.jboss.wsf.spi.deployment Modifier and Type Interface Description interfaceArchiveDeploymentA general web service deployment.Methods in org.jboss.wsf.spi.deployment that return Deployment Modifier and Type Method Description DeploymentService. getDeployment()Get the deployment this service belongs toabstract DeploymentDeploymentModelFactory. newDeployment(String simpleName, ClassLoader classLoader, UnifiedVirtualFile rootFile)abstract DeploymentDeploymentModelFactory. newDeployment(ArchiveDeployment parent, String simpleName, ClassLoader classLoader, UnifiedVirtualFile rootFile)Methods in org.jboss.wsf.spi.deployment with parameters of type Deployment Modifier and Type Method Description voidDeploymentAspectManager. deploy(Deployment dep)Deploy a web servicevoidDeploymentAspect. start(Deployment dep)voidDeploymentAspect. stop(Deployment dep)voidDeploymentAspectManager. undeploy(Deployment dep)Undeploy a web service -
Uses of Deployment in org.jboss.wsf.spi.security
Methods in org.jboss.wsf.spi.security with parameters of type Deployment Modifier and Type Method Description booleanJASPIAuthenticationProvider. enableServerAuthentication(Deployment dep, JBossWebservicesMetaData wsmd)
-