public interface XmlRpcStreamRequestProcessor extends XmlRpcRequestProcessor
XmlRpcRequestProcessor,
which is processing an XML stream.| Modifier and Type | Method and Description |
|---|---|
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.
|
execute, getTypeConverterFactoryvoid execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) throws XmlRpcException
XmlRpcException - Processing the request failed.Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.