org.apache.xmlrpc.common
public interface XmlRpcStreamRequestProcessor extends XmlRpcRequestProcessor
Method Summary | |
---|---|
void | 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. |
Throws: XmlRpcException Processing the request failed.