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, getTypeConverterFactory
void execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) throws XmlRpcException
XmlRpcException
- Processing the request failed.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.