From 1c92473c0cfa75339884087de096c0feed1378c5 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 7 Dec 2010 22:05:44 +0000 Subject: TUSCANY-3801 - missed files from previous check in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043211 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tuscany/sca/invocation/InterceptorAsync.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sca-java-2.x/trunk/modules/core-spi/src/main/java/org') diff --git a/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/invocation/InterceptorAsync.java b/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/invocation/InterceptorAsync.java index 3819147526..50bcf13b04 100644 --- a/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/invocation/InterceptorAsync.java +++ b/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/invocation/InterceptorAsync.java @@ -20,21 +20,21 @@ package org.apache.tuscany.sca.invocation; /** * Allows asynchronous wires to be navigated in reverse in order for the - * reponse to be processed. + * response to be processed. * */ -public interface InterceptorAsync extends Interceptor, InvokerAsync { +public interface InterceptorAsync extends Interceptor, InvokerAsyncRequest, InvokerAsyncResponse { /** * Sets the previous invoker * @param next The previous invoker */ - void setPrevious(InvokerAsync previous); + void setPrevious(InvokerAsyncResponse previous); /** * Returns the previous invoker or null * @return The previous Invoker */ - InvokerAsync getPrevious(); - + InvokerAsyncResponse getPrevious(); + } -- cgit v1.2.3