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.
