Interface XmlRpcHandlerMapping

All Known Subinterfaces:
XmlRpcListableHandlerMapping
All Known Implementing Classes:
AbstractReflectiveHandlerMapping, PropertyHandlerMapping

public interface XmlRpcHandlerMapping
Maps from a handler name to a handler object.
Since:
1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    getHandler(String handlerName)
    Return the handler for the specified handler name.