Package org.gatein.pc.api.spi
Interface ServerContext.Callable
-
- Enclosing interface:
- ServerContext
public static interface ServerContext.CallableThe dispatch callable contract.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)The callback
-
-
-
Method Detail
-
call
void call(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOExceptionThe callback- Parameters:
context- the servlet contextrequest- the servlet requestresponse- the servle response- Throws:
javax.servlet.ServletException- any exceptionIOException
-
-