org.apache.felix.http.jetty
Class Activator.HttpServiceFactory

java.lang.Object
  extended by org.apache.felix.http.jetty.Activator.HttpServiceFactory
All Implemented Interfaces:
ServiceFactory
Enclosing class:
Activator

public class Activator.HttpServiceFactory
extends Object
implements ServiceFactory


Constructor Summary
Activator.HttpServiceFactory()
           
 
Method Summary
 Object getService(Bundle bundle, ServiceRegistration registration)
           
 void ungetService(Bundle bundle, ServiceRegistration registration, Object service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator.HttpServiceFactory

public Activator.HttpServiceFactory()
Method Detail

getService

public Object getService(Bundle bundle,
                         ServiceRegistration registration)
Specified by:
getService in interface ServiceFactory

ungetService

public void ungetService(Bundle bundle,
                         ServiceRegistration registration,
                         Object service)
Specified by:
ungetService in interface ServiceFactory


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.