org.codehaus.wadi.impl
Class WebInvocationContext
java.lang.Object
org.codehaus.wadi.impl.WebInvocationContext
- All Implemented Interfaces:
- InvocationContext
- public class WebInvocationContext
- extends Object
- implements InvocationContext
- Version:
- $Revision: 1430 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RELOCATED_INVOCATION
public static final WebInvocationContext RELOCATED_INVOCATION
WebInvocationContext
public WebInvocationContext(HttpServletRequest hreq,
HttpServletResponse hres,
FilterChain chain)
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-2006 Core Developers Network Ltd.. All Rights Reserved.