com.ibm.wsspi.sip.converge
Interface ConvergeHttpServletRequest

All Superinterfaces:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest
All Known Implementing Classes:
ConvergeHttpServletRequestImpl

public interface ConvergeHttpServletRequest
extends javax.servlet.http.HttpServletRequest


Field Summary
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Method Summary
 com.ibm.websphere.servlet.session.IBMApplicationSession getApplicationSession()
          Returns the application session to which this message belongs.
 com.ibm.websphere.servlet.session.IBMApplicationSession getApplicationSession(boolean create)
          Returns the app session to which this message belongs.
 
Methods inherited from interface javax.servlet.http.HttpServletRequest
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 interface javax.servlet.ServletRequest
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
 

Method Detail

getApplicationSession

com.ibm.websphere.servlet.session.IBMApplicationSession getApplicationSession()
Returns the application session to which this message belongs. If the session doesn't already exist it is created.

Returns:
the application session to which this SipServletMessage belongs

getApplicationSession

com.ibm.websphere.servlet.session.IBMApplicationSession getApplicationSession(boolean create)
Returns the app session to which this message belongs.

Parameters:
create - if true the session is created if it didn't already exist, otherwise null is returned