Will do.
In the mean time, I guess I should proceed with single @ServiceActivator annotations within a class for now.
Type: Posts; User: amolpalshikar; Keyword(s):
Will do.
In the mean time, I guess I should proceed with single @ServiceActivator annotations within a class for now.
Yes they are public.
I forgot to mention the versions I am using
Spring Framework - 3.0.5.RELEASE
Spring Integration - 2.0.0.RELEASE
Hi,
I am trying to write a POJO capable of handling data of different types. I want to use the functions in this POJO to act as service activators for different messages on different channels.
...