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:
- XmlRpcRequestProcessor, XmlRpcStreamRequestProcessor
- Direct Known Subclasses:
- XmlRpcServletServer
public abstract class XmlRpcHttpServer
- extends XmlRpcStreamServer
Abstract extension of XmlRpcStreamServer
for deriving
HTTP servers.
Methods inherited from class org.apache.xmlrpc.server.XmlRpcStreamServer |
convertThrowable, execute, getErrorLogger, getInputStream, getOutputStream, getRequest, getXmlRpcWriter, getXMLWriterFactory, isContentLengthRequired, logError, setErrorLogger, setXMLWriterFactory, writeError, writeResponse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcHttpServer
public XmlRpcHttpServer()
setResponseHeader
protected abstract void setResponseHeader(ServerStreamConnection pConnection,
String pHeader,
String pValue)
getOutputStream
protected OutputStream getOutputStream(ServerStreamConnection pConnection,
XmlRpcStreamRequestConfig pConfig,
OutputStream pStream)
throws 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
- Parameters:
pConnection
- The connection object.
- Throws:
IOException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.