All Downloads are FREE. Search and download functionalities are using the official Maven repository.

server.EchoServiceSkeleton Maven / Gradle / Ivy

There is a newer version: 1.6.3
Show newest version

/**
 * EchoServiceSkeleton.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: 1.6.1  Built on : Aug 31, 2011 (12:22:40 CEST)
 */
    package server;
    /**
     *  EchoServiceSkeleton java skeleton for the axisService
     */
    public class EchoServiceSkeleton{
        
         
        /**
         * Auto generated method signature
         * 
                                     * @param echoString 
             * @return echoStringResponse 
         */
        
                 public server.EchoStringResponse echoString
                  (
                  server.EchoString echoString
                  )
            {
                //TODO : fill this with the necessary business logic
                throw new  java.lang.UnsupportedOperationException("Please implement " + this.getClass().getName() + "#echoString");
        }
     
    }
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy