Thanks for your answer Willem, however I'm not exactly sure what you mean...
Do you mean that if I use "cxf:bean" then the enpoint (and camel context) must be created by Spring? Can I not use "cxf:bean" without using Spring? I want to create the endpoint bean using normal java code - is that possible? /Bengt 2011/5/26 Willem Jiang <[email protected]> > Hi, > > cxf:bean: will use the spring to configure the cxf endpoint. > You may use URI to specify the cxf endpoint, but you can't configure the > interceptors or features which are usually configured by spring. > > On 5/26/11 6:16 PM, Bengt Rodehav wrote: > >> * ITrsWebService serverBean = new TrsWebServiceImpl();** >> ** from("cxf:bean:trsWsEndpoint")..bean(serverBean);* >> >> > > -- > Willem > ---------------------------------- > FuseSource > Web: http://www.fusesource.com > Blog: http://willemjiang.blogspot.com (English) > http://jnn.javaeye.com (Chinese) > Twitter: willemjiang > > Connect at CamelOne May 24-26 > The Open Source Integration Conference > http://camelone.com >
