public class DeploymentAspectManagerImpl extends Object implements org.jboss.wsf.spi.deployment.DeploymentAspectManager
Constructor and Description |
---|
DeploymentAspectManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
deploy(org.jboss.wsf.spi.deployment.Deployment dep)
Iterate over the registered deployers calls create on each.
|
List<org.jboss.wsf.spi.deployment.DeploymentAspect> |
getDeploymentAspects() |
String |
getName() |
void |
setDeploymentAspects(List<org.jboss.wsf.spi.deployment.DeploymentAspect> aspects) |
void |
setName(String name) |
void |
undeploy(org.jboss.wsf.spi.deployment.Deployment dep) |
public String getName()
getName
in interface org.jboss.wsf.spi.deployment.DeploymentAspectManager
public void setName(String name)
public List<org.jboss.wsf.spi.deployment.DeploymentAspect> getDeploymentAspects()
getDeploymentAspects
in interface org.jboss.wsf.spi.deployment.DeploymentAspectManager
public void setDeploymentAspects(List<org.jboss.wsf.spi.deployment.DeploymentAspect> aspects)
setDeploymentAspects
in interface org.jboss.wsf.spi.deployment.DeploymentAspectManager
public void deploy(org.jboss.wsf.spi.deployment.Deployment dep)
deploy
in interface org.jboss.wsf.spi.deployment.DeploymentAspectManager
public void undeploy(org.jboss.wsf.spi.deployment.Deployment dep)
undeploy
in interface org.jboss.wsf.spi.deployment.DeploymentAspectManager
Copyright © 2018 JBoss, by Red Hat. All rights reserved.