Apache CXF API

org.apache.cxf.transport.http_jetty.osgi
Class HTTPJettyTransportActivator

java.lang.Object
  extended by org.apache.cxf.transport.http_jetty.osgi.HTTPJettyTransportActivator

public class HTTPJettyTransportActivator
extends Object


Field Summary
static String FACTORY_PID
           
 
Constructor Summary
HTTPJettyTransportActivator()
           
 
Method Summary
 void deleted(String pid)
           
 String getName()
           
 void start(BundleContext ctx)
           
 void stop(BundleContext ctx)
           
 void updated(String pid, Dictionary properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY_PID

public static final String FACTORY_PID
See Also:
Constant Field Values
Constructor Detail

HTTPJettyTransportActivator

public HTTPJettyTransportActivator()
Method Detail

start

public void start(BundleContext ctx)
           throws Exception
Throws:
Exception

stop

public void stop(BundleContext ctx)
          throws Exception
Throws:
Exception

getName

public String getName()

updated

public void updated(String pid,
                    Dictionary properties)
             throws ConfigurationException
Throws:
ConfigurationException

deleted

public void deleted(String pid)

Apache CXF API

Apache CXF