server.EchoServiceSkeleton Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axis2-jaxws-integration Show documentation
Show all versions of axis2-jaxws-integration Show documentation
Axis2 JAXWS Integration Tests
/**
* 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