Package org.apache.xmlrpc.common
Interface XmlRpcStreamRequestProcessor
- All Superinterfaces:
XmlRpcRequestProcessor
- All Known Implementing Classes:
ConnectionServer
,XmlRpcHttpServer
,XmlRpcLocalStreamServer
,XmlRpcServletServer
,XmlRpcStreamServer
An instance of
XmlRpcRequestProcessor
,
which is processing an XML stream.-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) Reads an XML-RPC request from the connection object and processes the request, writing the result to the same connection object.Methods inherited from interface org.apache.xmlrpc.common.XmlRpcRequestProcessor
execute, getTypeConverterFactory
-
Method Details
-
execute
void execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) throws XmlRpcException Reads an XML-RPC request from the connection object and processes the request, writing the result to the same connection object.- Throws:
XmlRpcException
- Processing the request failed.
-