INT-2770 & INT-2771 fixes:

* INT-2770: fix for 'txAdviceChain' in the`AbstractJpaOutboundGatewayParser`
* INT-2771: make `AbstractReplyProducingMessageHandler.RequestHandler` public

JIRAs:
https://jira.springsource.org/browse/INT-2770
https://jira.springsource.org/browse/INT-2771
This commit is contained in:
Artem Bilan
2012-09-28 14:56:22 +03:00
committed by Gary Russell
parent 22a481321c
commit 82d234d543
4 changed files with 11 additions and 6 deletions

View File

@@ -249,7 +249,7 @@ public abstract class AbstractReplyProducingMessageHandler extends AbstractMessa
protected abstract Object handleRequestMessage(Message<?> requestMessage);
private interface RequestHandler {
public interface RequestHandler {
Object handleRequestMessage(Message<?> requestMessage);