Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface XmlRpcStreamRequestProcessor
extends XmlRpcRequestProcessor
XmlRpcRequestProcessor
,
which is processing an XML stream.
Method Summary | |
void |
|
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcRequestProcessor | |
execute , getTypeConverterFactory |
public 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.