please see the methods createClientFactory[1], in CxfEndpoint or CxfSpringEndpoint classes.
I think based on your client stubs, Camel creates instances of client stub objects, so i suppose this depends and client stub classes and your configuration. [1] https://github.com/apache/camel/blob/master/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java#L393 <https://github.com/apache/camel/blob/master/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java#L393> -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-Simple-Frontend-warning-tp5805214p5805689.html Sent from the Camel - Users mailing list archive at Nabble.com.
