You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/12/20 21:32:19 UTC

svn commit: r358097 - in /beehive/trunk/wsm/test/src/junit-services: Cheetorama.java EndpointInterface.java web/EndpointInterfaceService.java

Author: ekoneil
Date: Tue Dec 20 12:32:14 2005
New Revision: 358097

URL: http://svn.apache.org/viewcvs?rev=358097&view=rev
Log:
Rename the file "Cheetorama" to "EndpointInterface".

BB: self
Test: WSM pass


Added:
    beehive/trunk/wsm/test/src/junit-services/EndpointInterface.java   (contents, props changed)
      - copied, changed from r358086, beehive/trunk/wsm/test/src/junit-services/Cheetorama.java
Removed:
    beehive/trunk/wsm/test/src/junit-services/Cheetorama.java
Modified:
    beehive/trunk/wsm/test/src/junit-services/web/EndpointInterfaceService.java

Copied: beehive/trunk/wsm/test/src/junit-services/EndpointInterface.java (from r358086, beehive/trunk/wsm/test/src/junit-services/Cheetorama.java)
URL: http://svn.apache.org/viewcvs/beehive/trunk/wsm/test/src/junit-services/EndpointInterface.java?p2=beehive/trunk/wsm/test/src/junit-services/EndpointInterface.java&p1=beehive/trunk/wsm/test/src/junit-services/Cheetorama.java&r1=358086&r2=358097&rev=358097&view=diff
==============================================================================
--- beehive/trunk/wsm/test/src/junit-services/Cheetorama.java (original)
+++ beehive/trunk/wsm/test/src/junit-services/EndpointInterface.java Tue Dec 20 12:32:14 2005
@@ -21,11 +21,11 @@
 import javax.jws.WebService;
 
 /**
- * Service interface used for testing the correct service <> implementation binding.
+ * Service interface used for testing the correct service to implementation binding.
  */
 @WebService(name = "Abacus",
             targetNamespace = "http://www.superflaco.com/AnnotationEndpointInterfaceTest")
-public interface Cheetorama {
+public interface EndpointInterface {
 
     @WebMethod(operationName = "GoLocoCheetorama", action = "LocoActionCheetorama")
     @WebResult

Propchange: beehive/trunk/wsm/test/src/junit-services/EndpointInterface.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/wsm/test/src/junit-services/web/EndpointInterfaceService.java
URL: http://svn.apache.org/viewcvs/beehive/trunk/wsm/test/src/junit-services/web/EndpointInterfaceService.java?rev=358097&r1=358096&r2=358097&view=diff
==============================================================================
--- beehive/trunk/wsm/test/src/junit-services/web/EndpointInterfaceService.java (original)
+++ beehive/trunk/wsm/test/src/junit-services/web/EndpointInterfaceService.java Tue Dec 20 12:32:14 2005
@@ -21,7 +21,7 @@
  * 
  */
 @WebService(serviceName = "Bar1Service",
-            endpointInterface = "Cheetorama")
+            endpointInterface = "EndpointInterface")
 public class EndpointInterfaceService {
 
     public boolean getNutty(int level, String detail) {