org.knopflerfish.framework
Class ServiceContentHandlerFactory

java.lang.Object
  extended by org.knopflerfish.framework.ServiceContentHandlerFactory
All Implemented Interfaces:
java.net.ContentHandlerFactory

public class ServiceContentHandlerFactory
extends java.lang.Object
implements java.net.ContentHandlerFactory

Factory creating ContentHandlers from both built-in handlers and OSGi-registered ContentHandlers


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

Method Detail

createContentHandler

public java.net.ContentHandler createContentHandler(java.lang.String mimetype)
Specified by:
createContentHandler in interface java.net.ContentHandlerFactory