By default, yes. All the service implementation things are singletons. In the non-provider case (maybe provider case as well, don't really know as I haven't looked), a factory CAN be specified to use a pool or session scoped instance. With spring, you could also have spring use aop to do session scoping.
Dan On Thursday 09 October 2008 9:52:58 am Andrew Clegg wrote: > Maybe a dumb question... When a request comes in for a provider > service, does CXF just call invoke() on an existing instance of the > class? Or does it construct a whole new instance? > > I couldn't see anything about this in the docs. I could maybe have > figured it out from the sources but I wouldn't know where to start > looking... > > Thanks once again, > > Andrew. -- Daniel Kulp [EMAIL PROTECTED] http://dankulp.com/blog
