| Package | Description |
|---|---|
| org.jboss.wsf.spi.deployment |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchiveDeployment
A general web service deployment dep.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Service.getDeployment()
Get the deployment this service belongs to
|
abstract Deployment |
DeploymentModelFactory.newDeployment(String simpleName,
ClassLoader initialLoader) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2013 JBoss, by Red Hat. All Rights Reserved.