org.apache.xmlrpc
Interface  XmlRpcHandlerMapping
- All Known Implementing Classes: 
 - DefaultHandlerMapping
 
- public interface XmlRpcHandlerMapping
 
Maps from a handler name to a handler object.
- Since: 
 - 1.2
 
- Author: 
 - Andrew Evers
 
| 
Method Summary | 
 java.lang.Object | 
getHandler(java.lang.String handlerName)
 
          Return the handler for the specified handler name. | 
 
getHandler
public java.lang.Object getHandler(java.lang.String handlerName)
                            throws java.lang.Exception
- Return the handler for the specified handler name.
- Parameters:
 handlerName - The name of the handler to retrieve.- Returns:
 - Object The desired handler.
 - Throws:
 java.lang.Exception - If a handler can not be found.
 
 
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.