Uses of Class
org.apache.xmlrpc.server.PropertyHandlerMapping
Packages that use PropertyHandlerMapping
-
Uses of PropertyHandlerMapping in org.apache.xmlrpc.metadata
Methods in org.apache.xmlrpc.metadata with parameters of type PropertyHandlerMappingModifier and TypeMethodDescriptionstatic void
XmlRpcSystemImpl.addSystemHandler
(PropertyHandlerMapping pMapping) Adds an instance of this class to the given handler mapping. -
Uses of PropertyHandlerMapping in org.apache.xmlrpc.webserver
Methods in org.apache.xmlrpc.webserver that return PropertyHandlerMappingModifier and TypeMethodDescriptionprotected PropertyHandlerMapping
XmlRpcServlet.newPropertyHandlerMapping
(URL url) Creates a new instance ofPropertyHandlerMapping
by loading the property file from the given URL.