org.apache.xmlrpc.common
Interface XmlRpcStreamRequestProcessor
- All Superinterfaces:
- XmlRpcRequestProcessor
- All Known Implementing Classes:
- XmlRpcHttpServer, XmlRpcLocalStreamServer, XmlRpcServletServer, XmlRpcStreamServer
public interface XmlRpcStreamRequestProcessor
- extends XmlRpcRequestProcessor
An instance of XmlRpcRequestProcessor
,
which is processing an XML stream.
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.
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.