From 71c5242e45ecbdfcafe6e43fc355e079c67e2b2d Mon Sep 17 00:00:00 2001 From: bdaniel Date: Fri, 14 Jan 2011 17:31:35 +0000 Subject: Add getter methods for the endpoint and endpoint and endpointRef to AsyncResponseInvoker git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059083 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tuscany/sca/core/invocation/AsyncResponseInvoker.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sca-java-2.x') diff --git a/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/AsyncResponseInvoker.java b/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/AsyncResponseInvoker.java index 43e34c1173..8bcda4efb2 100644 --- a/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/AsyncResponseInvoker.java +++ b/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/AsyncResponseInvoker.java @@ -148,4 +148,11 @@ public class AsyncResponseInvoker implements InvokerAsyncResponse, Serializab return bindingType; } // end method getBindingType + public RuntimeEndpoint getRequestEndpoint() { + return this.requestEndpoint; + } + + public RuntimeEndpointReference getResponseEndpointReference() { + return this.responseEndpointReference; + } } // end class -- cgit v1.2.3