org.jboss.osgi.spi.capability
Class HttpServiceCapability

java.lang.Object
  extended by org.jboss.osgi.spi.capability.Capability
      extended by org.jboss.osgi.spi.capability.HttpServiceCapability

public class HttpServiceCapability
extends Capability

Adds the HttpService capability to the OSGiRuntime under test. It is ignored if the HttpService is already registered. Installed bundles: pax-web-jetty-bundle.jar Default properties set by this capability

PropertyValue
org.osgi.service.http.port8090

Since:
05-May-2009
Author:
thomas.diesler@jboss.com

Constructor Summary
HttpServiceCapability()
           
 
Method Summary
 
Methods inherited from class org.jboss.osgi.spi.capability.Capability
addBundle, addDependency, addSystemProperty, getBundles, getDependencies, getFilter, getInstalledBundles, getServiceName, getSystemProperties, install, setFilter, start, stop, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServiceCapability

public HttpServiceCapability()


Copyright © 2010. All Rights Reserved.