net.sf.j2ep.responsehandlers
Class PostResponseHandler

java.lang.Object
  extended by net.sf.j2ep.responsehandlers.ResponseHandlerBase
      extended by net.sf.j2ep.responsehandlers.BasicResponseHandler
          extended by net.sf.j2ep.responsehandlers.PostResponseHandler
All Implemented Interfaces:
ResponseHandler

public class PostResponseHandler
extends BasicResponseHandler

Handler for the POST method.

Author:
Anders Nyman

Field Summary
 
Fields inherited from class net.sf.j2ep.responsehandlers.ResponseHandlerBase
method
 
Constructor Summary
PostResponseHandler(org.apache.commons.httpclient.methods.PostMethod method)
          Default constructor, will only call the super-constructor for ResponseHandlerBase.
 
Method Summary
 
Methods inherited from class net.sf.j2ep.responsehandlers.BasicResponseHandler
process
 
Methods inherited from class net.sf.j2ep.responsehandlers.ResponseHandlerBase
close, getStatusCode, sendStreamToClient, setHeaders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostResponseHandler

public PostResponseHandler(org.apache.commons.httpclient.methods.PostMethod method)
Default constructor, will only call the super-constructor for ResponseHandlerBase.

Parameters:
method - The method used for this response