ee.xtee6.arireg.muut.AriregXtee Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-arireg Show documentation
Show all versions of xtee6-client-arireg Show documentation
Library for XROAD ARIREG service clints
package ee.xtee6.arireg.muut;
import jakarta.annotation.Generated;
import jakarta.jws.WebMethod;
import jakarta.jws.WebParam;
import jakarta.jws.WebResult;
import jakarta.jws.WebService;
import jakarta.xml.bind.annotation.XmlSeeAlso;
import jakarta.xml.ws.RequestWrapper;
import jakarta.xml.ws.ResponseWrapper;
/**
* This class was generated by the XML-WS Tools.
* XML-WS Tools 4.0.2
* Generated source version: 3.0
*
*/
@WebService(name = "AriregXtee", targetNamespace = "http://arireg.x-road.eu/producer/")
@XmlSeeAlso({
ObjectFactory.class
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-10-29T13:15:33+02:00")
public interface AriregXtee {
/**
*
* @param client
* @param id
* @param keha
* @param protocolVersion
* @param service
* @param userId
* @return
* returns ee.xtee6.arireg.muut.EttevotjaMuudatusedTasutaVastus
*/
@WebMethod(operationName = "ettevotjaMuudatusedTasuta_v1")
@WebResult(name = "keha", targetNamespace = "http://arireg.x-road.eu/producer/")
@RequestWrapper(localName = "ettevotjaMuudatusedTasuta_v1", targetNamespace = "http://arireg.x-road.eu/producer/", className = "ee.xtee6.arireg.muut.EttevotjaMuudatusedTasutaV1")
@ResponseWrapper(localName = "ettevotjaMuudatusedTasuta_v1Response", targetNamespace = "http://arireg.x-road.eu/producer/", className = "ee.xtee6.arireg.muut.EttevotjaMuudatusedTasutaV1Response")
public EttevotjaMuudatusedTasutaVastus ettevotjaMuudatusedTasutaV1(
@WebParam(name = "keha", targetNamespace = "http://arireg.x-road.eu/producer/")
EttevotjaMuudatusedTasutaParing keha,
@WebParam(name = "client", targetNamespace = "http://x-road.eu/xsd/xroad.xsd", header = true, partName = "client")
Client client,
@WebParam(name = "service", targetNamespace = "http://x-road.eu/xsd/xroad.xsd", header = true, partName = "service")
Service service,
@WebParam(name = "id", targetNamespace = "http://x-road.eu/xsd/xroad.xsd", header = true, partName = "id")
String id,
@WebParam(name = "userId", targetNamespace = "http://x-road.eu/xsd/xroad.xsd", header = true, partName = "userId")
String userId,
@WebParam(name = "protocolVersion", targetNamespace = "http://x-road.eu/xsd/xroad.xsd", header = true, partName = "protocolVersion")
String protocolVersion);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy