org.apache.xmlrpc.common

Interface XmlRpcStreamRequestProcessor

public interface XmlRpcStreamRequestProcessor extends XmlRpcRequestProcessor

An instance of {@link XmlRpcRequestProcessor}, which is processing an XML stream.
Method Summary
voidexecute(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.

Method Detail

execute

public 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.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.