org.apache.xmlrpc.common

Interface XmlRpcRequestProcessor

public interface XmlRpcRequestProcessor

Interface of an object, which is able to process XML-RPC requests.
Method Summary
Objectexecute(XmlRpcRequest pRequest)
Processes the given request and returns a result object.
TypeConverterFactorygetTypeConverterFactory()
Returns the request processors TypeConverterFactory.

Method Detail

execute

public Object execute(XmlRpcRequest pRequest)
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-2008 Apache Software Foundation. All Rights Reserved.