org.apache.xmlrpc.webserver
Class XmlRpcServletServer.ServletStreamConnection

java.lang.Object
  extended by org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
All Implemented Interfaces:
org.apache.xmlrpc.common.ServerStreamConnection
Enclosing class:
XmlRpcServletServer

protected static class XmlRpcServletServer.ServletStreamConnection
extends java.lang.Object
implements org.apache.xmlrpc.common.ServerStreamConnection


Constructor Summary
protected XmlRpcServletServer.ServletStreamConnection(javax.servlet.http.HttpServletRequest pRequest, javax.servlet.http.HttpServletResponse pResponse)
           
 
Method Summary
 void close()
           
 javax.servlet.http.HttpServletRequest getRequest()
          Returns the servlet request.
 javax.servlet.http.HttpServletResponse getResponse()
          Returns the servlet response.
 java.io.InputStream newInputStream()
           
 java.io.OutputStream newOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcServletServer.ServletStreamConnection

protected XmlRpcServletServer.ServletStreamConnection(javax.servlet.http.HttpServletRequest pRequest,
                                                      javax.servlet.http.HttpServletResponse pResponse)
Method Detail

getRequest

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


getResponse

public javax.servlet.http.HttpServletResponse getResponse()
Returns the servlet response.


newInputStream

public java.io.InputStream newInputStream()
                                   throws java.io.IOException
Specified by:
newInputStream in interface org.apache.xmlrpc.common.ServerStreamConnection
Throws:
java.io.IOException

newOutputStream

public java.io.OutputStream newOutputStream()
                                     throws java.io.IOException
Specified by:
newOutputStream in interface org.apache.xmlrpc.common.ServerStreamConnection
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface org.apache.xmlrpc.common.ServerStreamConnection
Throws:
java.io.IOException


Copyright © 2001-2007 The Apache Software Foundation. All Rights Reserved.