You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/27 03:42:20 UTC

svn commit: r1561583 - /juddi/trunk/juddi-rest-cxf/src/main/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRS.java

Author: alexoree
Date: Mon Jan 27 02:42:19 2014
New Revision: 1561583

URL: http://svn.apache.org/r1561583
Log:
JUDDI-625 changing the tmodel search endpoint to match the naming convention of the other search categories

Modified:
    juddi/trunk/juddi-rest-cxf/src/main/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRS.java

Modified: juddi/trunk/juddi-rest-cxf/src/main/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRS.java
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-rest-cxf/src/main/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRS.java?rev=1561583&r1=1561582&r2=1561583&view=diff
==============================================================================
--- juddi/trunk/juddi-rest-cxf/src/main/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRS.java (original)
+++ juddi/trunk/juddi-rest-cxf/src/main/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRS.java Mon Jan 27 02:42:19 2014
@@ -591,7 +591,7 @@ public class UDDIInquiryJAXRS {
          * @throws WebApplicationException
          */
         @GET
-        @Path("/JSON/tModelSearch")
+        @Path("/JSON/searchTModel")
         @Produces("application/json")
         @org.apache.cxf.jaxrs.model.wadl.Description("Returns the search results for registered tModel in JSON")
         public TModelList getTModelSearchJSON(@QueryParam("name") String name,
@@ -614,7 +614,7 @@ public class UDDIInquiryJAXRS {
          * @throws WebApplicationException
          */
         @GET
-        @Path("/XML/tModelSearch")
+        @Path("/XML/searchTModel")
         @Produces("application/json")
         @org.apache.cxf.jaxrs.model.wadl.Description("Returns the search results for registered tModel in XML")
         public TModelList getTModelSearchXML(@QueryParam("name") String name,



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