Uses of Class
org.apache.xmlrpc.server.PropertyHandlerMapping

Packages that use PropertyHandlerMapping
org.apache.xmlrpc.metadata   
org.apache.xmlrpc.webserver   
 

Uses of PropertyHandlerMapping in org.apache.xmlrpc.metadata
 

Methods in org.apache.xmlrpc.metadata with parameters of type PropertyHandlerMapping
static 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 PropertyHandlerMapping
protected  PropertyHandlerMapping XmlRpcServlet.newPropertyHandlerMapping(java.net.URL url)
          Creates a new instance of PropertyHandlerMapping by loading the property file from the given URL.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.