Re: Create CXFEndpoint using Java

2013-03-05 Thread helander
Thanks Claus, since I am not using Spring what class shall I use for the bean? CxfEndpoint? Thanks Lars -- View this message in context: http://camel.465427.n5.nabble.com/Create-CXFEndpoint-using-Java-tp5728570p5728573.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Create CXFEndpoint using Java

2013-03-05 Thread Claus Ibsen
t register the bean in the Camel registry. If you use pure Java you can use SimpleRegistry / JndiRegistry etc. http://camel.apache.org/registry Covered also in Camel in Action book, chapter 4, section 4.3 > > Thanks > > Lars > > > > -- > View this message in context

Create CXFEndpoint using Java

2013-03-05 Thread helander
I have a route that starts with from("cxf:bean:foo ")i.e. Java DSL I need to create/register the bean "foo" from Java, is that possible? Where can I find a working example? Thanks Lars -- View this message in context: http://camel.465427.n5.nabble.com/Crea