Public Member Functions
org.apache.xmlrpc.server.XmlRpcHandlerMapping Interface Reference
Inheritance diagram for org.apache.xmlrpc.server.XmlRpcHandlerMapping:
Inheritance graph
[legend]

List of all members.

Public Member Functions

XmlRpcHandler getHandler (String handlerName) throws XmlRpcNoSuchHandlerException, XmlRpcException

Detailed Description

Maps from a handler name to a handler object.

Since:
1.2

Definition at line 28 of file XmlRpcHandlerMapping.java.


Member Function Documentation

Return the handler for the specified handler name.

Parameters:
handlerNameThe name of the handler to retrieve.
Returns:
Object The desired handler. Never null, an exception is thrown if no such handler is available.
Exceptions:
XmlRpcNoSuchHandlerExceptionThe handler is not available.
XmlRpcExceptionAn internal error occurred.

Implemented in org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping.


The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50