public interface XmlRpcHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(XmlRpcRequest pRequest)
Performs the request and returns the result object.
|
Object execute(XmlRpcRequest pRequest) throws XmlRpcException
pRequest - The request being performed (method name and
parameters.)XmlRpcException - Performing the request failed.Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.