public class XmlRpcLocalStreamServer extends XmlRpcStreamServer
| Constructor and Description |
|---|
XmlRpcLocalStreamServer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(XmlRpcRequest pRequest)
Performs the given request.
|
convertThrowable, execute, getErrorLogger, getInputStream, getOutputStream, getOutputStream, getRequest, getXmlRpcWriter, getXMLWriterFactory, isContentLengthRequired, logError, setErrorLogger, setXMLWriterFactory, writeError, writeResponsegetConfig, getDefaultXmlRpcWorkerFactory, getHandlerMapping, getTypeConverterFactory, setConfig, setHandlerMapping, setTypeConverterFactorygetMaxThreads, getTypeFactory, getWorkerFactory, setMaxThreads, setTypeFactory, setWorkerFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeConverterFactorypublic Object execute(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcServerexecute in interface XmlRpcRequestProcessorexecute in class XmlRpcServerpRequest - The request being executed.XmlRpcException - The request failed.Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.