Spring integration outbound-gateway want to use URL as dynamic like
spring Integration,in outbound-gateway want to use URL as dynamic like <bean id="requestValues" class="com.src.model.RequestValues"/> <int-http:outbound-gateway request-channel="reqChannel" url="${UrlValue}" http-method="${reqmethod}" expected-response-type="java.lang.String" header-mapper="headerMapper" charset="UTF-8" reply-timeout="5000" reply-channel="responseChannel" > <int-http:uri-variable name="UrlValue" expression="#{requestValues.getUrl()}" /> <int-http:uri-variable name="reqmethod" expression="#{requestValues.getReqMethod()}" /> </int-http:outbound-gateway> Here Requestvalues is