org.jboss.wsf.spi.deployment
Class DeploymentAspectManagerFactory

java.lang.Object
  extended by org.jboss.wsf.spi.deployment.DeploymentAspectManagerFactory
All Implemented Interfaces:
SPIView

public abstract class DeploymentAspectManagerFactory
extends java.lang.Object
implements SPIView

Creates DeploymentAspectManager's by Deployment.DeploymentType

Author:
Heiko.Braun@jboss.com Created: Jul 20, 2007

Constructor Summary
DeploymentAspectManagerFactory()
           
 
Method Summary
abstract  DeploymentAspectManager getDeploymentAspectManager(Deployment.DeploymentType deploymentType)
           
abstract  DeploymentAspectManager getDeploymentAspectManager(java.lang.String beanName)
          Get a named instance of a deployment aspect manager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentAspectManagerFactory

public DeploymentAspectManagerFactory()
Method Detail

getDeploymentAspectManager

public abstract DeploymentAspectManager getDeploymentAspectManager(Deployment.DeploymentType deploymentType)

getDeploymentAspectManager

public abstract DeploymentAspectManager getDeploymentAspectManager(java.lang.String beanName)
Get a named instance of a deployment aspect manager



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