All Downloads are FREE. Search and download functionalities are using the official Maven repository.

v1.mt_1067_nav.no.udi.MT1067NAVV1Interface Maven / Gradle / Ivy

There is a newer version: 1.2019.09.25-00.21-49b69f0625e0
Show newest version
package v1.mt_1067_nav.no.udi;

import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;

/**
 * This class was generated by Apache CXF 3.1.4
 * 2019-01-16T10:25:25.957+01:00
 * Generated source version: 3.1.4
 * 
 */
@WebService(targetNamespace = "http://udi.no.MT_1067_NAV.v1", name = "MT_1067_NAV_v1Interface")
@XmlSeeAlso({no.udi.common_tilgangskontroll.v1.ObjectFactory.class, no.udi.common.headers.v2.ObjectFactory.class, no.udi.common.fault.v3.ObjectFactory.class, no.udi.mt_1067_nav_data.v1.ObjectFactory.class, ObjectFactory.class, no.udi.common.v2.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface MT1067NAVV1Interface {

    @WebMethod(operationName = "Ping", action = "http://udi.no.MT_1067_NAV.v1:pingIn")
    @WebResult(name = "PingResponse", targetNamespace = "http://udi.no.MT_1067_NAV.v1", partName = "parameters")
    public no.udi.common.v2.PingResponseType ping(
        @WebParam(partName = "parameters", name = "PingRequest", targetNamespace = "http://udi.no.MT_1067_NAV.v1")
        no.udi.common.v2.PingRequestType parameters
    ) throws PingFault;

    @WebMethod(operationName = "DeepPing", action = "http://udi.no.MT_1067_NAV.v1:deepPingIn")
    @WebResult(name = "DeepPingResponse", targetNamespace = "http://udi.no.MT_1067_NAV.v1", partName = "parameters")
    public no.udi.common.v2.PingResponseType deepPing(
        @WebParam(partName = "parameters", name = "DeepPingRequest", targetNamespace = "http://udi.no.MT_1067_NAV.v1")
        no.udi.common.v2.PingRequestType parameters
    ) throws DeepPingFault;

    @WebMethod(operationName = "HentPersonstatus", action = "http://udi.no.MT_1067_NAV.v1:hentPersonstatusIn")
    @WebResult(name = "HentPersonstatusResponse", targetNamespace = "http://udi.no.MT_1067_NAV.v1", partName = "parameters")
    public HentPersonstatusResponseType hentPersonstatus(
        @WebParam(partName = "parameters", name = "HentPersonstatusRequest", targetNamespace = "http://udi.no.MT_1067_NAV.v1")
        HentPersonstatusRequestType parameters
    ) throws HentPersonstatusFault;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy