Uses of Class
org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException
-
Packages that use XmlRpcNoSuchHandlerException Package Description org.apache.xmlrpc.server -
-
Uses of XmlRpcNoSuchHandlerException in org.apache.xmlrpc.server
Methods in org.apache.xmlrpc.server that throw XmlRpcNoSuchHandlerException Modifier and Type Method Description XmlRpcHandler
AbstractReflectiveHandlerMapping. getHandler(java.lang.String pHandlerName)
Returns theXmlRpcHandler
with the given name.XmlRpcHandler
XmlRpcHandlerMapping. getHandler(java.lang.String handlerName)
Return the handler for the specified handler name.
-