Package org.apache.xmlrpc.common
Interface XmlRpcRequestProcessor
- All Known Subinterfaces:
XmlRpcStreamRequestProcessor
- All Known Implementing Classes:
ConnectionServer
,XmlRpcHttpServer
,XmlRpcLocalStreamServer
,XmlRpcServer
,XmlRpcServletServer
,XmlRpcStreamServer
public interface XmlRpcRequestProcessor
Interface of an object, which is able to process
XML-RPC requests.
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(XmlRpcRequest pRequest) Processes the given request and returns a result object.Returns the request processorsTypeConverterFactory
.
-
Method Details
-
execute
Processes the given request and returns a result object.- Throws:
XmlRpcException
- Processing the request failed.
-
getTypeConverterFactory
TypeConverterFactory getTypeConverterFactory()Returns the request processorsTypeConverterFactory
.
-