Uses of Class
org.xins.common.servlet.container.XINSServletResponse

Packages that use XINSServletResponse
org.xins.common.servlet.container XINS servlet container classes. 
 

Uses of XINSServletResponse in org.xins.common.servlet.container
 

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.
 



See http://www.xins.org/.