Hi, did you also take a look at chapter 4.3 "Camel's bean registries" that discusses the registries? It goes through how to bind stuff to the different types of registries.
Regards, /Daniel 2010/9/27 Mark Webb <elihusma...@gmail.com> > I am stumped as to how to place an object reference into the Camel > registry. I have defined my route in Java DSL and cannot figure out > how to put data into the Registry. I am trying to use the MINA > endpoint and want to use a custom protocol factory. I have read > through Camel In Action section 7.5.2, yet it does not explain how to > set the codec in the Registry. Maybe this is more of a java issue > that I am not familiar with how to do this, but the book does not seem > straight-forward. > > Thanks, > Mark >