Class GatewayMethodMetadata
java.lang.Object
org.springframework.integration.gateway.GatewayMethodMetadata
Represents the metadata associated with a Gateway method. This is most useful when there are
 multiple methods per Gateway interface.
 
The sub-element of a <gateway> element would look like this: <method name="echo" request-channel="inputA" reply-timeout="2" request-timeout="200"/>
- Since:
 - 2.0
 - Author:
 - Oleg Zhurakousky, Gary Russell, Artem Bilan
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetHeaderExpressions(Map<String, Expression> headerExpressions) voidsetPayloadExpression(Expression payloadExpression) voidsetReplyChannelName(String replyChannelName) voidsetReplyTimeout(String replyTimeout) voidsetRequestChannelName(String requestChannelName) voidsetRequestTimeout(String requestTimeout)  
- 
Constructor Details
- 
GatewayMethodMetadata
public GatewayMethodMetadata() 
 - 
 - 
Method Details
- 
getPayloadExpression
 - 
setPayloadExpression
 - 
getHeaderExpressions
 - 
setHeaderExpressions
 - 
getRequestChannelName
 - 
setRequestChannelName
 - 
getReplyChannelName
 - 
setReplyChannelName
 - 
getRequestTimeout
 - 
setRequestTimeout
 - 
getReplyTimeout
 - 
setReplyTimeout
 
 -