org.apache.xmlrpc
public interface XmlRpcHandlerMapping
Since: 1.2
Method Summary | |
---|---|
Object | getHandler(String handlerName)
Return the handler for the specified handler name.
|
Parameters: handlerName The name of the handler to retrieve.
Returns: Object The desired handler.
Throws: Exception If a handler can not be found.