Author: lresende
Date: Fri Nov 11 00:53:27 2011
New Revision: 1200672

URL: http://svn.apache.org/viewvc?rev=1200672&view=rev
Log:
Fixing refactor mismatch that was providing wrong operation selector 
implementation

Modified:
    
tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/provider/HTTPRPCOperationSelectorProviderFactory.java

Modified: 
tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/provider/HTTPRPCOperationSelectorProviderFactory.java
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/provider/HTTPRPCOperationSelectorProviderFactory.java?rev=1200672&r1=1200671&r2=1200672&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/provider/HTTPRPCOperationSelectorProviderFactory.java
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/provider/HTTPRPCOperationSelectorProviderFactory.java
 Fri Nov 11 00:53:27 2011
@@ -48,7 +48,7 @@ public class HTTPRPCOperationSelectorPro
         return new OperationSelectorProvider(){
             @Override
             public Interceptor createInterceptor() {
-                return new 
HTTPDefaultServiceOperationSelectorInterceptor(endpoint);
+                return new 
HTTPRPCServiceOperationSelectorInterceptor(endpoint);
             }
 
             @Override


Reply via email to