OPEN - issue INT-601: Typo in MarshallingWebServiceInboundGateway.setReplyChannel()

http://jira.springframework.org/browse/INT-601

fixed
This commit is contained in:
Iwein Fuld
2009-03-13 14:28:30 +00:00
parent 79b3ebb171
commit 229ffc0489

View File

@@ -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) {