org.apache.axis2.wsdl.template.java.JaxwsServiceClassTemplate.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 ;
import java.net.URL;
import javax.xml.namespace.QName;
import java.net.MalformedURLException;
import javax.xml.ws.Service;
/**
* .java
*
* This class was auto-generated from WSDL.
* Apache Axis2 version: #axisVersion# #today#
*
*/
@ (
= " "
= " ",
)
public class extends Service {
public final static URL _WSDL_LOCATION;
static {
URL url = null;
try {
url = new URL(" ");
} catch (MalformedURLException e) {
e.printStackTrace();
}
_WSDL_LOCATION = url;
}
public () {
super( _WSDL_LOCATION,
new QName(" "," "));
}
public (URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
/**
* @return
* returns
*/
@ (
= " "
= " ",
)
public get () {
return ( )super.getPort(new QName(" "," "),
.class);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy