DestinationFactory with JAX-WS?

2011-03-01 Thread David Sills
Hi! I'm a new user of CXF (though a long-time veteran of Java and other WS implementations) and have to admit I find the documentation very confusing. Of course, it's easy to write confusing documentation if the people who write it know what they are doing (they don't realize the things their

Re: DestinationFactory with JAX-WS?

2011-03-01 Thread Daniel Kulp
I'm not 100% sure on this. I'd need to play around, but I THINK it would be something like: Bus bus = BusFactory.getThreadDefaultBus(); DestinationFactory df = bus.getExtension(DestinationFactoryManager.class) .getDestinationFactory(http://cxf.apache.org/transports/http;); That