You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jm...@apache.org on 2007/03/13 13:05:45 UTC

svn commit: r517655 - in /incubator/tuscany/java/sca/kernel: core/src/main/java/org/apache/tuscany/core/wire/InvokerInterceptor.java spi/src/main/java/org/apache/tuscany/spi/wire/Message.java

Author: jmarino
Date: Tue Mar 13 05:05:43 2007
New Revision: 517655

URL: http://svn.apache.org/viewvc?view=rev&rev=517655
Log:
deprecate invoker interceptor as it will no longer be needed

Modified:
    incubator/tuscany/java/sca/kernel/core/src/main/java/org/apache/tuscany/core/wire/InvokerInterceptor.java
    incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/wire/Message.java

Modified: incubator/tuscany/java/sca/kernel/core/src/main/java/org/apache/tuscany/core/wire/InvokerInterceptor.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/core/src/main/java/org/apache/tuscany/core/wire/InvokerInterceptor.java?view=diff&rev=517655&r1=517654&r2=517655
==============================================================================
--- incubator/tuscany/java/sca/kernel/core/src/main/java/org/apache/tuscany/core/wire/InvokerInterceptor.java (original)
+++ incubator/tuscany/java/sca/kernel/core/src/main/java/org/apache/tuscany/core/wire/InvokerInterceptor.java Tue Mar 13 05:05:43 2007
@@ -29,6 +29,7 @@
  * instances.
  *
  * @version $Rev$ $Date$
+ * @Deprecated
  * @see org.apache.tuscany.spi.wire.TargetInvoker
  */
 public class InvokerInterceptor implements Interceptor {

Modified: incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/wire/Message.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/wire/Message.java?view=diff&rev=517655&r1=517654&r2=517655
==============================================================================
--- incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/wire/Message.java (original)
+++ incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/wire/Message.java Tue Mar 13 05:05:43 2007
@@ -40,11 +40,15 @@
 
     /**
      * Sets the target invoker to dispatch to when the message passes through the request side of the invocation chain
+     *
+     * @Deprecated
      */
     void setTargetInvoker(TargetInvoker invoker);
 
     /**
      * Sets the target invoker to dispatch to when the message passes through the request side of the invocation chain
+     *
+     * @Deprecated
      */
     TargetInvoker getTargetInvoker();
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org