com.ibm.wsspi.rrd.extension.handler

Interface ExtensionHandlerRequest

All Superinterfaces:
ExtensionRequest, javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest
All known implementing classes:
ExtensionHandlerRequestWrapper

  1. public interface ExtensionHandlerRequest
  2. extends ExtensionRequest
The ExtensionHandlerRequest interface defines the request information that is received from an RRD request.
Since:
WAS6.1

Field Summary

Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH

Method Summary

Modifier and Type Method and Description
  1. org.eclipse.emf.ecore.EObject
getBodyObject()
Retrieves extension object data from the body of an RRD request.
  1. org.eclipse.emf.ecore.EObject
getHeaderObject()
Retrieves extension object data from the header of an RRD request.
Methods inherited from interface javax.servlet.http.HttpServletRequest
authenticate, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout
Methods inherited from interface javax.servlet.ServletRequest
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync

Method Detail

getHeaderObject

  1. org.eclipse.emf.ecore.EObject getHeaderObject( )
  2. throws RRDException
Retrieves extension object data from the header of an RRD request.
Returns:
an EObject object containing the extension object data attached to an RRD request.
Throws:
RRDException - if an error occurs while retrieving the extension object data.

getBodyObject

  1. org.eclipse.emf.ecore.EObject getBodyObject( )
  2. throws RRDException
Retrieves extension object data from the body of an RRD request.
Returns:
an EObject object containing the extension object data attached to an RRD request.
Throws:
RRDException - if an error occurs while retrieving the extension object data.