org.apache.geronimo.system.url.GeronimoURLFactory This service replaces the URLStreamHandlerFactory used in URL, which gives Geronimo complete control over the URLs creted in the server. This allows us to replace the broken implementation of the "file" protocol. @version $Rev: 151106 $ $Date: 2005-02-02 18:49:54 -0800 (Wed, 02 Feb 2005) $
org.jboss.net.protocol.URLStreamHandlerFactory A factory for loading URL protocol handlers. This is based on Sun's URL mechanism, in that <tt>Handler</tt> classes will be searched for in the packages specified by the java.protocol.handler.pkgs property are searched for classes matching the protocol + ".Handler" classname. The defa ...