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 voidXmlRpcSystemImpl.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 PropertyHandlerMappingXmlRpcServlet.newPropertyHandlerMapping(URL url) Creates a new instance ofPropertyHandlerMappingby loading the property file from the given URL.