org.apache.xmlrpc.common

Interface XmlRpcRequestProcessor

Known Subinterfaces:
XmlRpcStreamRequestProcessor
Known Implementing Classes:
XmlRpcHttpServer, XmlRpcLocalStreamServer, XmlRpcServer, XmlRpcServletServer, XmlRpcStreamServer

public interface XmlRpcRequestProcessor

Interface of an object, which is able to process XML-RPC requests.

Method Summary

Object
execute(XmlRpcRequest pRequest)
Processes the given request and returns a result object.
TypeConverterFactory
getTypeConverterFactory()
Returns the request processors TypeConverterFactory.

Method Details

execute

public Object execute(XmlRpcRequest pRequest)
            throws XmlRpcException
Processes the given request and returns a result object.
Throws:
XmlRpcException - Processing the request failed.

getTypeConverterFactory

public TypeConverterFactory getTypeConverterFactory()
Returns the request processors TypeConverterFactory.

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