org.apache.axis2.transport.http.util
Class RESTUtil

java.lang.Object
  extended by org.apache.axis2.transport.http.util.RESTUtil

public class RESTUtil
extends java.lang.Object


Constructor Summary
RESTUtil()
           
 
Method Summary
static java.lang.String getConstantFromHTTPLocation(java.lang.String httpLocation, java.lang.String httpMethod)
           
static Handler.InvocationResponse processURLRequest(MessageContext msgContext, java.io.OutputStream out, java.lang.String contentType)
           
static Handler.InvocationResponse processXMLRequest(MessageContext msgContext, java.io.InputStream in, java.io.OutputStream out, java.lang.String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTUtil

public RESTUtil()
Method Detail

processXMLRequest

public static Handler.InvocationResponse processXMLRequest(MessageContext msgContext,
                                                           java.io.InputStream in,
                                                           java.io.OutputStream out,
                                                           java.lang.String contentType)
                                                    throws AxisFault
Throws:
AxisFault

processURLRequest

public static Handler.InvocationResponse processURLRequest(MessageContext msgContext,
                                                           java.io.OutputStream out,
                                                           java.lang.String contentType)
                                                    throws AxisFault
Throws:
AxisFault

getConstantFromHTTPLocation

public static java.lang.String getConstantFromHTTPLocation(java.lang.String httpLocation,
                                                           java.lang.String httpMethod)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.