Create a New Bus instance with JBossWS additions through JBossWSBusFactory

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3653

This topic has not yet been written. The content below is from the topic description.
JBossWS users willing to explicitely use functionalities of org.apache.cxf.bus.spring.SpringBusFactory or org.apache.cxf.bus.CXFBusFactory, get the same API with JBossWS additions through JBossWSBusFactory: String myConfigFile = ... Bus bus = new JBossWSBusFactory().createBus(myConfigFile);   Map myExtensions = new HashMap(); myExtensions.put(...); Bus bus = new JBossWSBusFactory().createBus(myExtensions);