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 {@link 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 {@link TypeConverterFactory}.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.