Let's say that I'm looking to write a component. I want my component to understand the Object... params that are passed in to it, such that instead of camel processing:
toF("foo://%s","something") I want the "something" to be passed to my component instead. Is this possible?