nl.gx.webmanager.services.sessionmanager.wrappers
Class HttpServletResponseInvocationHandler

java.lang.Object
  extended by nl.gx.webmanager.services.sessionmanager.wrappers.HttpServletResponseInvocationHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public final class HttpServletResponseInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Fakes HttpServletResponse objects.


Constructor Summary
HttpServletResponseInvocationHandler()
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
          
static javax.servlet.http.HttpServletResponse newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletResponseInvocationHandler

public HttpServletResponseInvocationHandler()
Method Detail

newInstance

public static javax.servlet.http.HttpServletResponse newInstance()

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable

Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable


Copyright © 2007-2011 GX Software BV. All Rights Reserved.