org.apache.xmlrpc.common
Interface XmlRpcRequestProcessor

All Known Subinterfaces:
XmlRpcStreamRequestProcessor
All Known Implementing Classes:
XmlRpcServer, XmlRpcStreamServer

public interface XmlRpcRequestProcessor

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


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

Method Detail

execute

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