How to set payload as constructor-arg value in service-activator
问题 I've started with SI and kind of stuck right now as we want to use SI in one of our existing project avoiding changes where we can. A bean which we would be using as a service activator accepts an constructor argument of a java object. that object is in the payload but then I'm unable to set it using inner bean usage of service-activator <service-activator input-channel="ADMIN_TEST_CONNECTION" method="testConnection"> <beans:bean class="mypackage.request.AdminRequestProcessor"> <beans