public interface DeploymentAspectManager
Modifier and Type | Method and Description |
---|---|
void |
deploy(Deployment dep)
Deploy a web service
|
List<DeploymentAspect> |
getDeploymentAspects()
Get the list of registered deployment aspects
|
String |
getName()
Get the name for this aspect manager
|
void |
setDeploymentAspects(List<DeploymentAspect> aspects)
Set the list of registered deployment aspects
|
void |
undeploy(Deployment dep)
Undeploy a web service
|
String getName()
List<DeploymentAspect> getDeploymentAspects()
void setDeploymentAspects(List<DeploymentAspect> aspects)
aspects
- set of registered deployment aspectsvoid deploy(Deployment dep)
dep
- web service to deployvoid undeploy(Deployment dep)
dep
- web service deploymentCopyright © 2019 JBoss, by Red Hat. All rights reserved.