public interface XmlRpcHandlerMapping
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getHandler(java.lang.String handlerName)
Return the handler for the specified handler name.
|
java.lang.Object getHandler(java.lang.String handlerName) throws java.lang.Exception
handlerName
- The name of the handler to retrieve.java.lang.Exception
- If a handler can not be found.Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.