You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2013/12/27 02:26:53 UTC

svn commit: r1553614 - /juddi/trunk/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java

Author: kstam
Date: Fri Dec 27 01:26:53 2013
New Revision: 1553614

URL: http://svn.apache.org/r1553614
Log:
JUDDI-637, removing 1.7 constructs

Modified:
    juddi/trunk/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java

Modified: juddi/trunk/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java?rev=1553614&r1=1553613&r2=1553614&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java (original)
+++ juddi/trunk/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java Fri Dec 27 01:26:53 2013
@@ -7,7 +7,6 @@ import javax.xml.namespace.QName;
 import javax.xml.ws.Service;
 import javax.xml.ws.WebEndpoint;
 import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.WebServiceFeature;
 
 import org.apache.juddi.v3.client.ClassUtil;
 
@@ -55,18 +54,6 @@ public class HelloWorld_Service
         return super.getPort(new QName("http://samples.juddi.apache.org/", "HelloWorldImplPort"), HelloWorld.class);
     }
 
-    /**
-     * 
-     * @param features
-     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
-     * @return
-     *     returns HelloWorld
-     */
-    @WebEndpoint(name = "HelloWorldImplPort")
-    public HelloWorld getHelloWorldImplPort(WebServiceFeature... features) {
-        return super.getPort(new QName("http://samples.juddi.apache.org/", "HelloWorldImplPort"), HelloWorld.class, features);
-    }
-
     private static URL __getWsdlLocation() {
         return HELLOWORLD_WSDL_LOCATION;
     }



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