Hi,
I'm trying implement a custom GenericFileProcessStrategy for an SFTP "from"
endpoint. I figure I just need to write the class then append
"&processStrategy=MyCustomGenericFileProcessStrategy" to the end of the from
uri. Is this correct?

The main question is when GenericFileProcessStrategy.begin() is called I
need to be able to iterate through all the route policies for the route that
the endpoint belongs to, and check if its a specific type of RoutePolicy. Is
this possible from that context? It doesn't look obvious but is there some
way I can do that indirectly through the Endpoint or the Exchange that's
available in that context?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Acess-to-the-Route-s-list-of-RoutePolicies-from-a-custom-GenericFileProcessStrategy-tp5784389.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to