org.codehaus.wadi.impl
Class WebInvocationContext

java.lang.Object
  extended byorg.codehaus.wadi.impl.WebInvocationContext
All Implemented Interfaces:
InvocationContext

public class WebInvocationContext
extends Object
implements InvocationContext

Version:
$Revision: 1430 $

Field Summary
static WebInvocationContext RELOCATED_INVOCATION
           
 
Constructor Summary
WebInvocationContext(HttpServletRequest hreq, HttpServletResponse hres, FilterChain chain)
           
 
Method Summary
 FilterChain getChain()
           
 HttpServletRequest getHreq()
           
 HttpServletResponse getHres()
           
 void invoke()
           
 void invoke(PoolableInvocationWrapper wrapper)
           
 boolean isProxiedInvocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELOCATED_INVOCATION

public static final WebInvocationContext RELOCATED_INVOCATION
Constructor Detail

WebInvocationContext

public WebInvocationContext(HttpServletRequest hreq,
                            HttpServletResponse hres,
                            FilterChain chain)
Method Detail

getChain

public FilterChain getChain()

getHreq

public HttpServletRequest getHreq()

getHres

public HttpServletResponse getHres()

isProxiedInvocation

public boolean isProxiedInvocation()
Specified by:
isProxiedInvocation in interface InvocationContext

invoke

public void invoke(PoolableInvocationWrapper wrapper)
            throws InvocationException
Specified by:
invoke in interface InvocationContext
Throws:
InvocationException

invoke

public void invoke()
            throws InvocationException
Specified by:
invoke in interface InvocationContext
Throws:
InvocationException


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.