Uses of Interface
org.jboss.wsf.spi.deployment.DeploymentAspectManager

Packages that use DeploymentAspectManager
org.jboss.wsf.spi.deployment   
 

Uses of DeploymentAspectManager in org.jboss.wsf.spi.deployment
 

Methods in org.jboss.wsf.spi.deployment that return DeploymentAspectManager
abstract  DeploymentAspectManager DeploymentAspectManagerFactory.getDeploymentAspectManager(Deployment.DeploymentType deploymentType)
           
abstract  DeploymentAspectManager DeploymentAspectManagerFactory.getDeploymentAspectManager(java.lang.String beanName)
          Get a named instance of a deployment aspect manager
 DeploymentAspectManager DeploymentAspectManager.getParent()
          Get the optional parent for this manager
 

Methods in org.jboss.wsf.spi.deployment with parameters of type DeploymentAspectManager
 void DeploymentAspectManager.setParent(DeploymentAspectManager dam)
          Set the optional parent for this manager
 



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