org.apache.xmlrpc.webserver
Class XmlRpcServletServer.RequestData

java.lang.Object
  extended by org.apache.xmlrpc.XmlRpcConfigImpl
      extended by org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
          extended by org.apache.xmlrpc.webserver.XmlRpcServletServer.RequestData
All Implemented Interfaces:
XmlRpcClientConfig, XmlRpcHttpConfig, XmlRpcHttpRequestConfig, XmlRpcStreamConfig, XmlRpcStreamRequestConfig, XmlRpcConfig, XmlRpcRequestConfig
Enclosing class:
XmlRpcServletServer

protected static class XmlRpcServletServer.RequestData
extends XmlRpcHttpRequestConfigImpl

This class is used as a "connection" while processing the request. In other words, it is what XmlRpcStreamServer.execute(XmlRpcStreamRequestConfig, Object) receives as a connection object.


Field Summary
 
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
UTF8_ENCODING
 
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
UTF8_ENCODING
 
Constructor Summary
XmlRpcServletServer.RequestData(javax.servlet.http.HttpServletRequest pRequest)
          Creates a new instance with the given request and response.
 
Method Summary
 javax.servlet.http.HttpServletRequest getRequest()
          Returns the servlet request.
 
Methods inherited from class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
getBasicPassword, getBasicUserName, isGzipCompressing, isGzipRequesting, setBasicPassword, setBasicUserName, setGzipCompressing, setGzipRequesting
 
Methods inherited from class org.apache.xmlrpc.XmlRpcConfigImpl
getBasicEncoding, getEncoding, isContentLengthOptional, isEnabledForExtensions, setBasicEncoding, setContentLengthOptional, setEnabledForExtensions, setEncoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig
isEnabledForExtensions
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
getEncoding
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpConfig
getBasicEncoding, isContentLengthOptional
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
getEncoding
 

Constructor Detail

XmlRpcServletServer.RequestData

public XmlRpcServletServer.RequestData(javax.servlet.http.HttpServletRequest pRequest)
Creates a new instance with the given request and response.

Parameters:
pRequest - The servlet request.
Method Detail

getRequest

public javax.servlet.http.HttpServletRequest getRequest()
Returns the servlet request.

Returns:
The HttpServletRequest.


Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.