org.resteasy.plugins.server.servlet
Class HttpServletInputMessage

java.lang.Object
  extended by org.resteasy.util.HttpRequestImpl
      extended by org.resteasy.plugins.server.servlet.HttpServletInputMessage
All Implemented Interfaces:
HttpRequest

public class HttpServletInputMessage
extends HttpRequestImpl

Abstraction for an inbound http request on the server, or a response from a server to a client

We have this abstraction so that we can reuse marshalling objects in a client framework and serverside framework

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class org.resteasy.util.HttpRequestImpl
httpHeaders, httpMethod, inputStream, preProcessedSegments, uri
 
Constructor Summary
HttpServletInputMessage(javax.ws.rs.core.HttpHeaders httpHeaders, java.io.InputStream inputStream, javax.ws.rs.core.UriInfo uri, java.lang.String httpMethod)
           
 
Method Summary
 
Methods inherited from class org.resteasy.util.HttpRequestImpl
getHttpHeaders, getHttpMethod, getInputStream, getPreProcessedSegments, getUri, setPreProcessedSegments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletInputMessage

public HttpServletInputMessage(javax.ws.rs.core.HttpHeaders httpHeaders,
                               java.io.InputStream inputStream,
                               javax.ws.rs.core.UriInfo uri,
                               java.lang.String httpMethod)


Copyright © 2008. All Rights Reserved.