org.jboss.osgi.spi.capability
Class HttpCapability

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

public class HttpCapability
extends Capability

Adds the HttpService capability to the OSGiRuntime under test. It is ignored if the HttpService is already registered. Installed bundles: org.apache.felix.http.jetty.jar Default properties set by this capability

PropertyValue
org.osgi.service.http.port8090

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

Constructor Summary
HttpCapability()
           
 
Method Summary
 
Methods inherited from class org.jboss.osgi.spi.capability.Capability
getBundles, getDependencies, getProperties, getServiceName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpCapability

public HttpCapability()


Copyright © 2009. All Rights Reserved.