org.jboss.wsf.spi.deployment
Interface DeploymentAspectManager


public interface DeploymentAspectManager

A general service deployment manager.

Since:
20-Apr-2007
Author:
Thomas.Diesler@jboss.com

Method Summary
 void deploy(Deployment dep)
          Deploy a web service
 java.util.List<DeploymentAspect> getDeploymentAspects()
          Get the list of registered deployment aspects
 java.lang.String getName()
          Get the name for this aspect manager
 DeploymentAspectManager getParent()
          Get the optional parent for this manager
 void setDeploymentAspects(java.util.List<DeploymentAspect> aspects)
          Set the list of registered deployment aspects
 void setParent(DeploymentAspectManager dam)
          Set the optional parent for this manager
 void undeploy(Deployment dep)
          Undeploy a web service
 

Method Detail

getName

java.lang.String getName()
Get the name for this aspect manager


getParent

DeploymentAspectManager getParent()
Get the optional parent for this manager


setParent

void setParent(DeploymentAspectManager dam)
Set the optional parent for this manager


getDeploymentAspects

java.util.List<DeploymentAspect> getDeploymentAspects()
Get the list of registered deployment aspects


setDeploymentAspects

void setDeploymentAspects(java.util.List<DeploymentAspect> aspects)
Set the list of registered deployment aspects


deploy

void deploy(Deployment dep)
Deploy a web service


undeploy

void undeploy(Deployment dep)
Undeploy a web service



Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.