public class VtiSoapRequest
extends javax.servlet.http.HttpServletRequestWrapper
| Modifier and Type | Field and Description |
|---|---|
static String |
SOAP_11_ENVELOPE_NS |
static String |
SOAP_12_ENVELOPE_NS |
| Constructor and Description |
|---|
VtiSoapRequest(javax.servlet.http.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, isUserInRolegetAttribute, 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, setRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, 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, setCharacterEncodingpublic static String SOAP_11_ENVELOPE_NS
public static String SOAP_12_ENVELOPE_NS
public VtiSoapRequest(javax.servlet.http.HttpServletRequest request)
request - HttpServletRequestpublic org.dom4j.Document getDocument()
public String getVersion()
public String getAlfrescoContextName()
Copyright © 2005–2014 Alfresco Software. All rights reserved.