org.apache.xmlrpc.webserver
Class ConnectionServer

java.lang.Object
  extended by org.apache.xmlrpc.common.XmlRpcController
      extended by org.apache.xmlrpc.server.XmlRpcServer
          extended by org.apache.xmlrpc.server.XmlRpcStreamServer
              extended by org.apache.xmlrpc.server.XmlRpcHttpServer
                  extended by org.apache.xmlrpc.webserver.ConnectionServer
All Implemented Interfaces:
org.apache.xmlrpc.common.XmlRpcRequestProcessor, org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor

 class ConnectionServer
extends XmlRpcHttpServer


Constructor Summary
ConnectionServer()
           
 
Method Summary
protected  void setResponseHeader(org.apache.xmlrpc.common.ServerStreamConnection pConnection, java.lang.String pHeader, java.lang.String pValue)
           
protected  void writeError(org.apache.xmlrpc.common.XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Throwable pError)
           
protected  void writeResponse(org.apache.xmlrpc.common.XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Object pResult)
           
 
Methods inherited from class org.apache.xmlrpc.server.XmlRpcHttpServer
getOutputStream
 
Methods inherited from class org.apache.xmlrpc.server.XmlRpcStreamServer
convertThrowable, execute, getInputStream, getOutputStream, getRequest, getXmlRpcWriter, getXMLWriterFactory, isContentLengthRequired, setXMLWriterFactory
 
Methods inherited from class org.apache.xmlrpc.server.XmlRpcServer
execute, getConfig, getDefaultXmlRpcWorkerFactory, getHandlerMapping, getTypeConverterFactory, setConfig, setHandlerMapping, setTypeConverterFactory
 
Methods inherited from class org.apache.xmlrpc.common.XmlRpcController
getMaxThreads, getTypeFactory, getWorkerFactory, setMaxThreads, setTypeFactory, setWorkerFactory
 
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.common.XmlRpcRequestProcessor
execute, getTypeConverterFactory
 

Constructor Detail

ConnectionServer

ConnectionServer()
Method Detail

writeError

protected void writeError(org.apache.xmlrpc.common.XmlRpcStreamRequestConfig pConfig,
                          java.io.OutputStream pStream,
                          java.lang.Throwable pError)
                   throws org.apache.xmlrpc.XmlRpcException
Overrides:
writeError in class XmlRpcStreamServer
Throws:
org.apache.xmlrpc.XmlRpcException

writeResponse

protected void writeResponse(org.apache.xmlrpc.common.XmlRpcStreamRequestConfig pConfig,
                             java.io.OutputStream pStream,
                             java.lang.Object pResult)
                      throws org.apache.xmlrpc.XmlRpcException
Overrides:
writeResponse in class XmlRpcStreamServer
Throws:
org.apache.xmlrpc.XmlRpcException

setResponseHeader

protected void setResponseHeader(org.apache.xmlrpc.common.ServerStreamConnection pConnection,
                                 java.lang.String pHeader,
                                 java.lang.String pValue)
Specified by:
setResponseHeader in class XmlRpcHttpServer