[jbossws-commits] JBossWS SVN: r4234 - spi/trunk/src/main/java/org/jboss/wsf/spi/deployment.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Aug 6 08:11:58 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-06 08:11:58 -0400 (Mon, 06 Aug 2007)
New Revision: 4234

Modified:
   spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/DeploymentAspectManagerFactory.java
Log:
javadoc

Modified: spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/DeploymentAspectManagerFactory.java
===================================================================
--- spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/DeploymentAspectManagerFactory.java	2007-08-06 08:49:59 UTC (rev 4233)
+++ spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/DeploymentAspectManagerFactory.java	2007-08-06 12:11:58 UTC (rev 4234)
@@ -33,5 +33,8 @@
 {
    public abstract DeploymentAspectManager getDeploymentAspectManager(Deployment.DeploymentType deploymentType);
    
-   public abstract DeploymentAspectManager getDeploymentAspectManager(String deploymentType);
+   /**
+    * Get a named instance of a deployment aspect manager 
+    */
+   public abstract DeploymentAspectManager getDeploymentAspectManager(String beanName);
 }




More information about the jbossws-commits mailing list