org.apache.xmlrpc.common

Interface XmlRpcStreamRequestProcessor

All Superinterfaces:
XmlRpcRequestProcessor
Known Implementing Classes:
XmlRpcHttpServer, XmlRpcLocalStreamServer, XmlRpcServletServer, XmlRpcStreamServer

public interface XmlRpcStreamRequestProcessor
extends XmlRpcRequestProcessor

An instance of XmlRpcRequestProcessor, which is processing an XML stream.

Method Summary

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.

Methods inherited from interface org.apache.xmlrpc.common.XmlRpcRequestProcessor

execute, getTypeConverterFactory

Method Details

execute

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.

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