org.apache.xmlrpc.server
Class XmlRpcHttpServer
java.lang.Object
org.apache.xmlrpc.common.XmlRpcController
org.apache.xmlrpc.server.XmlRpcServer
org.apache.xmlrpc.server.XmlRpcStreamServer
org.apache.xmlrpc.server.XmlRpcHttpServer
- All Implemented Interfaces:
- org.apache.xmlrpc.common.XmlRpcRequestProcessor, org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor
- Direct Known Subclasses:
- XmlRpcServletServer
public abstract class XmlRpcHttpServer
- extends XmlRpcStreamServer
Abstract extension of XmlRpcStreamServer
for deriving
HTTP servers.
Method Summary |
protected java.io.OutputStream |
getOutputStream(org.apache.xmlrpc.common.ServerStreamConnection pConnection,
org.apache.xmlrpc.common.XmlRpcStreamRequestConfig pConfig,
java.io.OutputStream pStream)
Called to prepare the output stream. |
protected abstract void |
setResponseHeader(org.apache.xmlrpc.common.ServerStreamConnection pConnection,
java.lang.String pHeader,
java.lang.String pValue)
|
Methods inherited from class org.apache.xmlrpc.server.XmlRpcStreamServer |
convertThrowable, execute, getInputStream, getOutputStream, getRequest, getXmlRpcWriter, getXMLWriterFactory, isContentLengthRequired, setXMLWriterFactory, writeError, writeResponse |
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 |
XmlRpcHttpServer
public XmlRpcHttpServer()
setResponseHeader
protected abstract void setResponseHeader(org.apache.xmlrpc.common.ServerStreamConnection pConnection,
java.lang.String pHeader,
java.lang.String pValue)
getOutputStream
protected java.io.OutputStream getOutputStream(org.apache.xmlrpc.common.ServerStreamConnection pConnection,
org.apache.xmlrpc.common.XmlRpcStreamRequestConfig pConfig,
java.io.OutputStream pStream)
throws java.io.IOException
- Description copied from class:
XmlRpcStreamServer
- Called to prepare the output stream. Typically used for enabling
compression, or similar filters.
- Overrides:
getOutputStream
in class XmlRpcStreamServer
- Throws:
java.io.IOException
Copyright © 2001-2007 The Apache Software Foundation. All Rights Reserved.