mx4j.tools.remote.caucho
public abstract class CauchoServlet extends HttpServlet
Version: $Revision: 1.4 $
| Method Summary | |
|---|---|
| protected abstract CauchoInput | createCauchoInput(InputStream stream) |
| protected abstract CauchoOutput | createCauchoOutput(OutputStream stream) |
| protected Method | findMethod(String methodName) |
| protected abstract Object | getService() |
| void | init() |
| protected void | invoke(HttpServletRequest request, CauchoInput input, CauchoOutput output) |
| protected Object | invoke(String url, Object target, Method method, Map headers, Object[] values) |
| protected String | mangleMethodName(Method method) |
| protected void | mapMethods(Class cls, Map methods) |
| protected Object[] | readArguments(CauchoInput input, Method method) |
| protected Map | readHeaders(CauchoInput input) |
| protected void | service(HttpServletRequest request, HttpServletResponse response) |