org.apache.xmlrpc
Interface XmlRpcHandlerMapping
- DefaultHandlerMapping
public interface XmlRpcHandlerMapping
Maps from a handler name to a handler object.
Object | getHandler(String handlerName) - Return the handler for the specified handler name.
|
getHandler
public Object getHandler(String handlerName)
throws Exception
Return the handler for the specified handler name.
handlerName
- The name of the handler to retrieve.
- Object The desired handler.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.