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 XmlRpcHandlerAbstractReflectiveHandlerMapping. getHandler(java.lang.String pHandlerName)Returns theXmlRpcHandlerwith the given name.XmlRpcHandlerXmlRpcHandlerMapping. getHandler(java.lang.String handlerName)Return the handler for the specified handler name.
-