org.apache.axis2.wsdl.template.java.SkeletonTemplate.xsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axis2-codegen Show documentation
Show all versions of axis2-codegen Show documentation
Axis2 Code Generation module
/**
* .java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: #axisVersion# #today#
*/
package ;
/**
* java skeleton for the axisService
*/
public class
implements {
/**
* Auto generated method signature
*
* @param :
* @param :
* @param
* @param
* @return
* @throws
*/
public void
(
)
public
void
void
(
,
)
throws
,
{
//TODO : fill this with the necessary business logic
throw new java.lang.UnsupportedOperationException("Please implement " + this.getClass().getName() + "# ");
}
}