Methods in org.xins.common.servlet.container that return XINSServletResponse |
XINSServletResponse |
LocalServletHandler.query(String url)
Queries the Servlet with the specified URL. |
XINSServletResponse |
LocalServletHandler.query(String url,
char[] data,
String contentType)
Deprecated. Since XINS 1.5.0. The way the HTTP method is determined is incorrect.
Use LocalServletHandler.query(String,String,String,Map) instead. |
XINSServletResponse |
LocalServletHandler.query(String url,
char[] data,
Map headers)
Deprecated. Since XINS 1.5.0. The way the HTTP method is determined is incorrect.
Use LocalServletHandler.query(String,String,String,Map) instead. |
XINSServletResponse |
LocalServletHandler.query(String method,
String url,
String data,
Map headers)
Queries the servlet with the specified method, URL, content and HTTP
headers. |