[jbossws-commits] JBossWS SVN: r19499 - in stack/cxf/trunk: modules/server/src/main/java/org/jboss/wsf/stack/cxf and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 24 02:49:37 EST 2015


Author: asoldano
Date: 2015-02-24 02:49:37 -0500 (Tue, 24 Feb 2015)
New Revision: 19499

Modified:
   stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java
   stack/cxf/trunk/pom.xml
Log:
Removing methods not used anymore


Modified: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java
===================================================================
--- stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java	2015-02-24 07:48:37 UTC (rev 19498)
+++ stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java	2015-02-24 07:49:37 UTC (rev 19499)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright 2011, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2015, 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.
  *
@@ -130,16 +130,6 @@
       return ((null != queryString) && (queryString.length() > 0));
    }
 
-   public void handleRequest(Endpoint endpoint, InputStream inStream, OutputStream outStream, InvocationContext context)
-   {
-      throw new RuntimeException();
-   }
-
-   public void handleWSDLRequest(Endpoint endpoint, OutputStream outStream, InvocationContext context)
-   {
-      throw new RuntimeException();
-   }
-
    /**
     * Finds destination based on request URI
     * @param requestURI to be recognized

Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml	2015-02-24 07:48:37 UTC (rev 19498)
+++ stack/cxf/trunk/pom.xml	2015-02-24 07:49:37 UTC (rev 19499)
@@ -62,7 +62,7 @@
   <!-- Properties -->
   <properties>
     <jbossws.api.version>1.0.3.CR2</jbossws.api.version>
-    <jbossws.spi.version>3.0.0.Beta4</jbossws.spi.version>
+    <jbossws.spi.version>3.0.0-SNAPSHOT</jbossws.spi.version>
     <jbossws.common.version>3.0.0-SNAPSHOT</jbossws.common.version>
     <jbossws.common.tools.version>1.2.1.CR1</jbossws.common.tools.version>
     <jbossws.wildfly800.version>5.0.0-SNAPSHOT</jbossws.wildfly800.version>



More information about the jbossws-commits mailing list