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

org.apache.sandesha2.interop.RMInteropServiceSkeleton Maven / Gradle / Ivy

The newest version!

/**
 * RMInteropServiceSkeleton.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: 1.6.2  Built on : Apr 17, 2012 (05:33:49 IST)
 */
    package org.apache.sandesha2.interop;
    /**
     *  RMInteropServiceSkeleton java skeleton for the axisService
     */
    public class RMInteropServiceSkeleton{
        
         
        /**
         * Auto generated method signature
         * 
                                     * @param ping 
             * @return  
         */
        
                 public void ping
                  (
                  org.tempuri.Ping ping
                  )
            {
                //TODO : fill this with the necessary business logic
                
        }
     
         
        /**
         * Auto generated method signature
         * 
                                     * @param echoString 
             * @return echoStringResponse 
         */
        
                 public org.tempuri.EchoStringResponse echoString
                  (
                  org.tempuri.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