public interface XmlRpcRequestProcessor
Modifier and Type | Method and Description |
---|---|
Object |
execute(XmlRpcRequest pRequest)
Processes the given request and returns a
result object.
|
TypeConverterFactory |
getTypeConverterFactory()
Returns the request processors
TypeConverterFactory . |
Object execute(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcException
- Processing the request failed.TypeConverterFactory getTypeConverterFactory()
TypeConverterFactory
.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.