org.jboss.wsf.spi.deployment
Class DeploymentAspectManagerFactory
java.lang.Object
org.jboss.wsf.spi.deployment.DeploymentAspectManagerFactory
- All Implemented Interfaces:
- SPIView
public abstract class DeploymentAspectManagerFactory
- extends Object
- implements SPIView
Creates DeploymentAspectManager's by org.jboss.wsf.spi.deployment.Deployment.DeploymentType
- Author:
- Heiko.Braun@jboss.com
Created: Jul 20, 2007
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentAspectManagerFactory
public DeploymentAspectManagerFactory()
getDeploymentAspectManager
public abstract DeploymentAspectManager getDeploymentAspectManager(DeploymentType deploymentType)
getDeploymentAspectManager
public abstract DeploymentAspectManager getDeploymentAspectManager(String beanName)
- Get a named instance of a deployment aspect manager
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.