Created
March 25, 2013 19:17
-
-
Save arthurtsang/5239805 to your computer and use it in GitHub Desktop.
dynamic service activator with custom namespace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<int-ext:dynamic-service-activator id="dynamicServiceActivator"> | |
<int-ext:method name="getService" expression="@bean.getService(headers['serviceId'],payload)" reply-channel="serviceResponse"/> | |
<int-ext:method name="getServices" expression="@bean.getServices(headers['user'])" reply-channel="aggregateSvcRequests" /> | |
</int-ext:dynamic-service-activator> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment