org.apache.xmlrpc

Interface XmlRpcHandlerMapping

Known Implementing Classes:
DefaultHandlerMapping

public interface XmlRpcHandlerMapping

Maps from a handler name to a handler object.
Author:
Andrew Evers
Since:
1.2

Method Summary

Object
getHandler(String handlerName)
Return the handler for the specified handler name.

Method Details

getHandler

public Object getHandler(String handlerName)
            throws Exception
Return the handler for the specified handler name.
Parameters:
handlerName - The name of the handler to retrieve.
Returns:
Object The desired handler.

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.