Package org.apache.felix.http.base.internal.service

Examples of org.apache.felix.http.base.internal.service.HttpServiceFactory


        this.sessionListener.open();
        this.sessionAttributeListener.open();
        this.plugin.register();

        String[] ifaces = new String[] { HttpService.class.getName(), ExtHttpService.class.getName() };
        HttpServiceFactory factory = new HttpServiceFactory(servletContext, this.registry, this.contextAttributeListener, this.sharedContextAttributes);

        this.serviceReg = this.bundleContext.registerService(ifaces, factory, this.serviceProps);
    }
View Full Code Here

TOP

Related Classes of org.apache.felix.http.base.internal.service.HttpServiceFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.