You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2006/11/15 22:16:17 UTC

svn commit: r475431 - /incubator/servicemix/site/main/orchestration-with-jsr181.html

Author: chirino
Date: Wed Nov 15 13:16:17 2006
New Revision: 475431

URL: http://svn.apache.org/viewvc?view=rev&rev=475431
Log:
Latest export from confluence

Modified:
    incubator/servicemix/site/main/orchestration-with-jsr181.html

Modified: incubator/servicemix/site/main/orchestration-with-jsr181.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/main/orchestration-with-jsr181.html?view=diff&rev=475431&r1=475430&r2=475431
==============================================================================
--- incubator/servicemix/site/main/orchestration-with-jsr181.html (original)
+++ incubator/servicemix/site/main/orchestration-with-jsr181.html Wed Nov 15 13:16:17 2006
@@ -347,7 +347,7 @@
 @WebService(serviceName = <SPAN class="code-quote">&quot;Weather&quot;</SPAN>, 
             targetNamespace = <SPAN class="code-quote">&quot;http:<SPAN class="code-comment">//servicemix.apache.org/samples/weather&quot;</SPAN>, 
 </SPAN>            endpointInterface = <SPAN class="code-quote">&quot;org.apache.servicemix.samples.weather.WeatherPortType&quot;</SPAN>)
-<SPAN class="code-keyword">public</SPAN> class WeatherImpl <SPAN class="code-keyword">implements</SPAN> WeatherPortType {
+<SPAN class="code-keyword">public</SPAN> class WeatherServiceImpl <SPAN class="code-keyword">implements</SPAN> WeatherPortType {
 
     <SPAN class="code-keyword">public</SPAN> GetWeatherResponse getWeather(GetWeatherRequest GetWeatherRequest) {
     	<SPAN class="code-keyword">return</SPAN> <SPAN class="code-keyword">null</SPAN>;
@@ -396,7 +396,7 @@
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A>,
     last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Nov 20, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=15116&originalId=15120">view change</A>)
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=15116&originalId=15121">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=15116">edit page</A>)
     </DIV>