package com.idega.cxf; import com.idega.idegaweb.IWBundle; import com.idega.idegaweb.IWBundleStartable; public class IWBundleStarter implements IWBundleStartable{ public void start(IWBundle arg0) { } public void stop(IWBundle arg0) { // TODO Auto-generated method stub } }