org.apache.xmlrpc.webserver
Class ConnectionServer
java.lang.Object
org.apache.xmlrpc.common.XmlRpcController
org.apache.xmlrpc.server.XmlRpcServer
org.apache.xmlrpc.server.XmlRpcStreamServer
org.apache.xmlrpc.server.XmlRpcHttpServer
org.apache.xmlrpc.webserver.ConnectionServer
- All Implemented Interfaces:
- org.apache.xmlrpc.common.XmlRpcRequestProcessor, org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor
class ConnectionServer
- extends XmlRpcHttpServer
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.XmlRpcStreamServer |
convertThrowable, execute, getErrorLogger, getInputStream, getOutputStream, getRequest, getXmlRpcWriter, getXMLWriterFactory, isContentLengthRequired, logError, setErrorLogger, setXMLWriterFactory |
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 |
ConnectionServer
ConnectionServer()
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