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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Jun 9 12:13:23 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-06-09 12:13:22 -0400 (Thu, 09 Jun 2011)
New Revision: 14503

Modified:
   spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/DeploymentModelFactory.java
Log:
[JBWS-3312] Remove deprecated methods


Modified: spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/DeploymentModelFactory.java
===================================================================
--- spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/DeploymentModelFactory.java	2011-06-09 16:03:44 UTC (rev 14502)
+++ spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/DeploymentModelFactory.java	2011-06-09 16:13:22 UTC (rev 14503)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2011, Red Hat Middleware LLC, and individual contributors
  * as indicated by the @author tags. See the copyright.txt file in the
  * distribution for a full listing of individual contributors.
  *
@@ -33,14 +33,8 @@
 
    public abstract Service newService();
 
-   @Deprecated
-   /**
-    * DEPRECATED: Use #newHttpEndpoint(String s) or new JMSEndpoint(String s) instead
-    */
-   public abstract Endpoint newEndpoint(String targetBean);
-
    public abstract Endpoint newHttpEndpoint(String targetBean);
    
    public abstract Endpoint newJMSEndpoint(String targetBean);
-  
+   
 }



More information about the jbossws-commits mailing list