org.ops4j.pax.web.service.internal
Class HttpServiceFactoryImpl

java.lang.Object
  extended by org.ops4j.pax.web.service.internal.HttpServiceFactoryImpl
All Implemented Interfaces:
org.osgi.framework.ServiceFactory

public abstract class HttpServiceFactoryImpl
extends java.lang.Object
implements org.osgi.framework.ServiceFactory


Constructor Summary
HttpServiceFactoryImpl()
           
 
Method Summary
 java.lang.Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration serviceRegistration)
           
 void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration serviceRegistration, java.lang.Object httpService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServiceFactoryImpl

public HttpServiceFactoryImpl()
Method Detail

getService

public java.lang.Object getService(org.osgi.framework.Bundle bundle,
                                   org.osgi.framework.ServiceRegistration serviceRegistration)
Specified by:
getService in interface org.osgi.framework.ServiceFactory

ungetService

public void ungetService(org.osgi.framework.Bundle bundle,
                         org.osgi.framework.ServiceRegistration serviceRegistration,
                         java.lang.Object httpService)
Specified by:
ungetService in interface org.osgi.framework.ServiceFactory


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.