
v1.mt_1067_nav.no.udi.MT1067NAVV1Port Maven / Gradle / Ivy
package v1.mt_1067_nav.no.udi;
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 3.1.4
* 2019-01-04T14:19:48.277Z
* Generated source version: 3.1.4
*
*/
@WebServiceClient(name = "MT_1067_NAV_v1Port",
wsdlLocation = "file:/home/travis/build/navikt/tjenestespesifikasjoner/udi-personstatus-v1/src/main/wsdl/MT_1067_NAV_v1.wsdl",
targetNamespace = "http://udi.no.MT_1067_NAV.v1")
public class MT1067NAVV1Port extends Service {
public final static URL WSDL_LOCATION;
public final static QName SERVICE = new QName("http://udi.no.MT_1067_NAV.v1", "MT_1067_NAV_v1Port");
public final static QName MT1067NAVV1Port = new QName("http://udi.no.MT_1067_NAV.v1", "MT_1067_NAV_v1Port");
static {
URL url = null;
try {
url = new URL("file:/home/travis/build/navikt/tjenestespesifikasjoner/udi-personstatus-v1/src/main/wsdl/MT_1067_NAV_v1.wsdl");
} catch (MalformedURLException e) {
java.util.logging.Logger.getLogger(MT1067NAVV1Port.class.getName())
.log(java.util.logging.Level.INFO,
"Can not initialize the default wsdl from {0}", "file:/home/travis/build/navikt/tjenestespesifikasjoner/udi-personstatus-v1/src/main/wsdl/MT_1067_NAV_v1.wsdl");
}
WSDL_LOCATION = url;
}
public MT1067NAVV1Port(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
public MT1067NAVV1Port(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
public MT1067NAVV1Port() {
super(WSDL_LOCATION, SERVICE);
}
public MT1067NAVV1Port(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
public MT1067NAVV1Port(URL wsdlLocation, WebServiceFeature ... features) {
super(wsdlLocation, SERVICE, features);
}
public MT1067NAVV1Port(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
/**
*
* @return
* returns MT1067NAVV1Interface
*/
@WebEndpoint(name = "MT_1067_NAV_v1Port")
public MT1067NAVV1Interface getMT1067NAVV1Port() {
return super.getPort(MT1067NAVV1Port, MT1067NAVV1Interface.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 MT1067NAVV1Interface
*/
@WebEndpoint(name = "MT_1067_NAV_v1Port")
public MT1067NAVV1Interface getMT1067NAVV1Port(WebServiceFeature... features) {
return super.getPort(MT1067NAVV1Port, MT1067NAVV1Interface.class, features);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy