diff --git a/org.springframework.integration.ws/src/main/java/org/springframework/integration/ws/MarshallingWebServiceInboundGateway.java b/org.springframework.integration.ws/src/main/java/org/springframework/integration/ws/MarshallingWebServiceInboundGateway.java index d5542cef14..5fd44fa7ed 100644 --- a/org.springframework.integration.ws/src/main/java/org/springframework/integration/ws/MarshallingWebServiceInboundGateway.java +++ b/org.springframework.integration.ws/src/main/java/org/springframework/integration/ws/MarshallingWebServiceInboundGateway.java @@ -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) {