|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlrpc.common.XmlRpcController
org.apache.xmlrpc.server.XmlRpcServer
org.apache.xmlrpc.server.XmlRpcStreamServer
org.apache.xmlrpc.server.XmlRpcLocalStreamServer
Server part of a local stream transport.
Constructor Summary | |
XmlRpcLocalStreamServer()
|
Method Summary | |
java.lang.Object |
execute(XmlRpcRequest pRequest)
Processes the given request and returns a result object. |
Methods inherited from class org.apache.xmlrpc.server.XmlRpcStreamServer |
execute, getInputStream, getOutputStream, getOutputStream, getRequest, getXmlRpcWriter, getXMLWriterFactory, isContentLengthRequired, 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
XmlRpcRequestProcessor
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 |