|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlrpc.common.XmlRpcController org.apache.xmlrpc.server.XmlRpcServer org.apache.xmlrpc.server.XmlRpcStreamServer org.apache.xmlrpc.server.XmlRpcLocalStreamServer
public class XmlRpcLocalStreamServer
Server part of a local stream transport.
Constructor Summary | |
---|---|
XmlRpcLocalStreamServer()
|
Method Summary | |
---|---|
java.lang.Object |
execute(XmlRpcRequest pRequest)
Performs the given request. |
Methods inherited from class org.apache.xmlrpc.server.XmlRpcStreamServer |
---|
convertThrowable, execute, getErrorLogger, getInputStream, getOutputStream, getOutputStream, getRequest, getXmlRpcWriter, getXMLWriterFactory, isContentLengthRequired, logError, setErrorLogger, setXMLWriterFactory, writeError, writeResponse |
Methods inherited from class org.apache.xmlrpc.server.XmlRpcServer |
---|
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 |
---|
getTypeConverterFactory |
Constructor Detail |
---|
public XmlRpcLocalStreamServer()
Method Detail |
---|
public java.lang.Object execute(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcServer
execute
in interface XmlRpcRequestProcessor
execute
in class XmlRpcServer
pRequest
- The request being executed.
XmlRpcException
- The request failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |