CXFSpringEndpoint and CXFSpringEndpointBean in camel-cxf component

2009-06-30 Thread ssoltysik
I am wondering why in camel CxfSpringEndpoint extends CxfEndpoint which extends DefaultEndpoint while there is also CxfSpringEndpointBean which extends CxfEndpointBean which extends AbstractWSDLBasedEndpointFactory. They seem related classes but they dont share a base class. Why was it done this w

Creating a cxf-camel route without service class

2009-07-01 Thread ssoltysik
I would like to be able to create a route using payload mode using camel-cxf without having to specify a service class. The current ReflectionServiceFactoryBean which is used by ServerFactoryBean requires that a service class be specified. I see however, that there is a WSDLSoapServiceFactoryBean