public class VtiSoapRequest extends HttpServletRequestWrapper
Modifier and Type | Field and Description |
---|---|
static String |
SOAP_11_ENVELOPE_NS |
static String |
SOAP_12_ENVELOPE_NS |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
Constructor and Description |
---|
VtiSoapRequest(HttpServletRequest request)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAlfrescoContextName()
Get alfresco context name
|
org.dom4j.Document |
getDocument()
Get xml document
|
String |
getVersion()
Get the SOAP version, either 1.1 or 1.2
|
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
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
public static String SOAP_11_ENVELOPE_NS
public static String SOAP_12_ENVELOPE_NS
public VtiSoapRequest(HttpServletRequest request)
request
- HttpServletRequestpublic org.dom4j.Document getDocument()
public String getVersion()
public String getAlfrescoContextName()
Copyright © 2005–2017 Alfresco Software. All rights reserved.