summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-12-06 12:47:39 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-12-06 12:47:39 +0000
commitabb2675bc0937b62e91448cfed0c7343ca00b850 (patch)
treea75e960903ae5e031f1d4b3eb6560af440efd36e /sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache
parent7155b9be422a423b9c0cf6555fff710fe2ed6399 (diff)
TUSCANY-3801 - move chain tail location code into the chain implementation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042609 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache')
-rw-r--r--sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/invocation/InvocationChain.java7
-rw-r--r--sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/Invocable.java2
2 files changed, 8 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/invocation/InvocationChain.java b/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/invocation/InvocationChain.java
index d10a5689d4..1d38ec7101 100644
--- a/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/invocation/InvocationChain.java
+++ b/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/invocation/InvocationChain.java
@@ -82,6 +82,13 @@ public interface InvocationChain {
Invoker getHeadInvoker();
/**
+ * Returns the last invoker in the chain.
+ *
+ * @return The last invoker in the chain
+ */
+ Invoker getTailInvoker();
+
+ /**
* Get the first invoker that is on the same or later phase
* @param phase
* @return The first invoker that is on the same or later phase
diff --git a/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/Invocable.java b/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/Invocable.java
index cf9b8ac49e..7c7c104947 100644
--- a/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/Invocable.java
+++ b/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/Invocable.java
@@ -145,7 +145,7 @@ public interface Invocable {
* @param tailInvoker the invoker at the end of the chain
* @param msg The request message
*/
- void invokeAsyncResponse(InvokerAsync tailInvoker, Message msg);
+ void invokeAsyncResponse(Message msg);
/**
* Get a list of policy providers