se.skltp.tk.vagvalsinfo.wsdl.v1.SokVagvalsServiceSoap11LitDocService Maven / Gradle / Ivy
/*
*
*/
package se.skltp.tk.vagvalsinfo.wsdl.v1;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;
import javax.xml.ws.Service;
/**
* This class was generated by Apache CXF 2.1.9
* Tue Aug 12 16:30:48 CEST 2014
* Generated source version: 2.1.9
*
*/
@WebServiceClient(name = "SokVagvalsServiceSoap11LitDocService",
wsdlLocation = "file:/Users/hansthunberg/svn-views/skltp-tk/tags/tk-parent-1.4.1-RC1/tp-vagval-admin-schemas/src/main/resources/schemas/VAGVAL_1_0/interactions/vagvalsInfo/wrapped-vagvalsinfo-sokvagvalsinfo-1.0.wsdl",
targetNamespace = "urn:skl:tp:vagvalsinfo:v1")
public class SokVagvalsServiceSoap11LitDocService extends Service {
public final static URL WSDL_LOCATION;
public final static QName SERVICE = new QName("urn:skl:tp:vagvalsinfo:v1", "SokVagvalsServiceSoap11LitDocService");
public final static QName SokVagvalsSoap11LitDocPort = new QName("urn:skl:tp:vagvalsinfo:v1", "SokVagvalsSoap11LitDocPort");
static {
URL url = null;
try {
url = new URL("file:/Users/hansthunberg/svn-views/skltp-tk/tags/tk-parent-1.4.1-RC1/tp-vagval-admin-schemas/src/main/resources/schemas/VAGVAL_1_0/interactions/vagvalsInfo/wrapped-vagvalsinfo-sokvagvalsinfo-1.0.wsdl");
} catch (MalformedURLException e) {
System.err.println("Can not initialize the default wsdl from file:/Users/hansthunberg/svn-views/skltp-tk/tags/tk-parent-1.4.1-RC1/tp-vagval-admin-schemas/src/main/resources/schemas/VAGVAL_1_0/interactions/vagvalsInfo/wrapped-vagvalsinfo-sokvagvalsinfo-1.0.wsdl");
// e.printStackTrace();
}
WSDL_LOCATION = url;
}
public SokVagvalsServiceSoap11LitDocService(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
public SokVagvalsServiceSoap11LitDocService(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
public SokVagvalsServiceSoap11LitDocService() {
super(WSDL_LOCATION, SERVICE);
}
/**
*
* @return
* returns SokVagvalsInfoInterface
*/
@WebEndpoint(name = "SokVagvalsSoap11LitDocPort")
public SokVagvalsInfoInterface getSokVagvalsSoap11LitDocPort() {
return super.getPort(SokVagvalsSoap11LitDocPort, SokVagvalsInfoInterface.class);
}
/**
*
* @param features
* A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns SokVagvalsInfoInterface
*/
@WebEndpoint(name = "SokVagvalsSoap11LitDocPort")
public SokVagvalsInfoInterface getSokVagvalsSoap11LitDocPort(WebServiceFeature... features) {
return super.getPort(SokVagvalsSoap11LitDocPort, SokVagvalsInfoInterface.class, features);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy