You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ke...@apache.org on 2007/03/02 05:21:23 UTC

svn commit: r513616 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPTransportUtils.java

Author: keithc
Date: Thu Mar  1 20:21:23 2007
New Revision: 513616

URL: http://svn.apache.org/viewvc?view=rev&rev=513616
Log:
marked processHTTPGetRequest as deprecated use RESTUtil.processURLRequest instead

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPTransportUtils.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPTransportUtils.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPTransportUtils.java?view=diff&rev=513616&r1=513615&r2=513616
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPTransportUtils.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPTransportUtils.java Thu Mar  1 20:21:23 2007
@@ -161,6 +161,19 @@
         return charSetEnc;
     }
 
+    /**
+     *
+     * @param msgContext - The MessageContext of the Request Message
+     * @param out - The output stream of the response
+     * @param soapAction - SoapAction of the request
+     * @param requestURI - The URL that the request came to
+     * @param configurationContext - The Axis Configuration Context
+     * @param requestParameters - The parameters of the request message
+     * @return - boolean indication whether the operation was succesfull
+     * @throws AxisFault - Thrown in case a fault occurs
+     * @deprecated use RESTUtil.processURLRequest(MessageContext msgContext, OutputStream out, String contentType) instead
+     */
+
     public static boolean processHTTPGetRequest(MessageContext msgContext,
                                                 OutputStream out, String soapAction, String requestURI,
                                                 ConfigurationContext configurationContext, Map requestParameters)



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org