org.apache.axis2.wsdl.template.java.JaxwsServiceEndpointInterfaceImplTemplate.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
package ;
/**
* .java
*
* This class was auto-generated from WSDL.
* Apache Axis2 version: #axisVersion# #today#
*/
@ (
= " "
= " ",
)
public class {
}
/**
* @param
* @return
* @throws
* @param
* @return
* @throws
*/
public
void
void
(
@javax.jws.WebParam(name = " ", targetNamespace = " ", mode = javax.jws.WebParam.Mode.INOUT
, partName = " " )
javax.xml.ws.Holder<
>
javax.xml.ws.Holder<
>
,
,
,
)
throws
,
{
//TODO : fill this with the necessary business logic
throw new java.lang.UnsupportedOperationException("Please implement " + this.getClass().getName()
+ "#" + this.getClass().getEnclosingMethod().getName());
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy