OPEN - issue INT-601: Typo in MarshallingWebServiceInboundGateway.setReplyChannel()
http://jira.springframework.org/browse/INT-601 fixed
This commit is contained in:
@@ -78,7 +78,7 @@ public class MarshallingWebServiceInboundGateway extends AbstractMarshallingPayl
|
||||
}
|
||||
|
||||
public void setReplyChannel(MessageChannel replyChannel) {
|
||||
this.gatewayDelegate.setRequestChannel(replyChannel);
|
||||
this.gatewayDelegate.setReplyChannel(replyChannel);
|
||||
}
|
||||
|
||||
public void setReplyTimeout(long replyTimeout) {
|
||||
|
||||
Reference in New Issue
Block a user