mondrian.xmla.test
Class XmlaTestServletRequestWrapper
java.lang.Object
javax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
mondrian.xmla.test.XmlaTestServletRequestWrapper
- All Implemented Interfaces:
- HttpServletRequest, ServletRequest
public class XmlaTestServletRequestWrapper
- extends HttpServletRequestWrapper
Dummy request for testing XmlaServlet. Provides a 'text/xml' content stream
from a post from xmlaTest.jsp. Assumes that the SOAPRequest parameter
contains XML/A SOAP request body.
- Version:
- $Id: //open/mondrian/testsrc/main/mondrian/xmla/test/XmlaTestServletRequestWrapper.java#11 $
- Author:
- Sherman Wood
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
Methods inherited from class javax.servlet.ServletRequestWrapper |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.ServletRequest |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
XmlaTestServletRequestWrapper
public XmlaTestServletRequestWrapper(HttpServletRequest req)
getContentType
public String getContentType()
- Specified by:
getContentType
in interface ServletRequest
- Overrides:
getContentType
in class ServletRequestWrapper
getInputStream
public ServletInputStream getInputStream()
- Specified by:
getInputStream
in interface ServletRequest
- Overrides:
getInputStream
in class ServletRequestWrapper