org.jboss.resteasy.springmvc
Class ResteasyWebHandlerTemplate<T>

java.lang.Object
  extended by org.jboss.resteasy.springmvc.ResteasyWebHandlerTemplate<T>
Direct Known Subclasses:
ResteasyHandlerAdapter

public abstract class ResteasyWebHandlerTemplate<T>
extends java.lang.Object


Field Summary
protected  SynchronousDispatcher dispatcher
           
 
Constructor Summary
ResteasyWebHandlerTemplate(SynchronousDispatcher dispatcher)
           
 
Method Summary
protected abstract  T handle(ResteasyRequestWrapper requestWrapper, HttpResponse response)
           
 T handle(ResteasyRequestWrapper requestWrapper, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dispatcher

protected SynchronousDispatcher dispatcher
Constructor Detail

ResteasyWebHandlerTemplate

public ResteasyWebHandlerTemplate(SynchronousDispatcher dispatcher)
Method Detail

handle

public T handle(ResteasyRequestWrapper requestWrapper,
                javax.servlet.http.HttpServletResponse httpServletResponse)
         throws java.lang.Exception
Throws:
java.lang.Exception

handle

protected abstract T handle(ResteasyRequestWrapper requestWrapper,
                            HttpResponse response)
                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.