org.apache.cxf.karaf.commands
Interface CXFController

All Known Implementing Classes:
CXFControllerImpl

public interface CXFController


Method Summary
 org.apache.cxf.Bus getBus(String name)
           
 List<org.apache.cxf.Bus> getBusses()
           
 org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()
           
 

Method Detail

getBusses

List<org.apache.cxf.Bus> getBusses()

getBus

org.apache.cxf.Bus getBus(String name)

getConfigAdmin

org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()


Apache CXF