org.knopflerfish.framework
Class ServiceURLStreamHandlerFactory

java.lang.Object
  extended by org.knopflerfish.framework.ServiceURLStreamHandlerFactory
All Implemented Interfaces:
java.net.URLStreamHandlerFactory

public class ServiceURLStreamHandlerFactory
extends java.lang.Object
implements java.net.URLStreamHandlerFactory

Factory creating URLStreamHandlers from both built-in handlers and OSGi-registered URLStreamHandlerServices.


Method Summary
 java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createURLStreamHandler

public java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
Specified by:
createURLStreamHandler in interface java.net.URLStreamHandlerFactory