com.buglabs.osgi.sewing.pub.util
Class RequestReader

java.lang.Object
  extended by com.buglabs.osgi.sewing.pub.util.RequestReader

public class RequestReader
extends java.lang.Object

A static class to abstract the reading of the body of a request object


Constructor Summary
RequestReader()
           
 
Method Summary
static java.lang.String read(HttpServletRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestReader

public RequestReader()
Method Detail

read

public static java.lang.String read(HttpServletRequest req)
                             throws java.io.IOException
Throws:
java.io.IOException