org.ow2.orchestra.cxf.osgi
Class Engine

java.lang.Object
  extended by org.ow2.orchestra.cxf.osgi.Engine

public class Engine
extends java.lang.Object


Constructor Summary
Engine()
           
 
Method Summary
 java.lang.String getEnvironment()
           
 org.osgi.service.http.HttpService getHttpService()
           
 void setEnvironment(java.lang.String environmentLocation)
           
 void setHttpService(org.osgi.service.http.HttpService httpService)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Engine

public Engine()
Method Detail

setEnvironment

public void setEnvironment(java.lang.String environmentLocation)

getEnvironment

public java.lang.String getEnvironment()

getHttpService

public org.osgi.service.http.HttpService getHttpService()

setHttpService

public void setHttpService(org.osgi.service.http.HttpService httpService)

start

public void start()
           throws java.lang.Throwable
Throws:
java.lang.Throwable

stop

public void stop()
          throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2009 OW2 Consortium. All Rights Reserved.