When I defined a service activator in xml, I had to declare the "method" property. Generally a service has a lot of methods, then I had to define many service activators having different methods and channels for the same service. It is troublesome. Is there any approach to simplify this problem just like mule, which only need appoint the service component, and which method of the service to be invoked is dynamically determined?


Reply With Quote