public interface XmlRpcHandlerMapping
| Modifier and Type | Method and Description |
|---|---|
XmlRpcHandler |
getHandler(String handlerName)
Return the handler for the specified handler name.
|
XmlRpcHandler getHandler(String handlerName) throws XmlRpcNoSuchHandlerException, XmlRpcException
handlerName - The name of the handler to retrieve.XmlRpcNoSuchHandlerException - The handler is not available.XmlRpcException - An internal error occurred.Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.