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

se.skltp.tk.vagvalsinfo.wsdl.v2.SokVagvalsInfoInterface Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package se.skltp.tk.vagvalsinfo.wsdl.v2;

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 2.1.9
 * Tue Aug 12 16:30:48 CEST 2014
 * Generated source version: 2.1.9
 * 
 */
 
@WebService(targetNamespace = "urn:skl:tp:vagvalsinfo:v2", name = "SokVagvalsInfoInterface")
@XmlSeeAlso({ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface SokVagvalsInfoInterface {

    @WebResult(name = "hamtaAllaAnropsBehorigheterResponse", targetNamespace = "urn:skl:tp:vagvalsinfo:v2", partName = "response")
    @WebMethod
    public HamtaAllaAnropsBehorigheterResponseType hamtaAllaAnropsBehorigheter(
        @WebParam(partName = "parameters", name = "hamtaAllaAnropsBehorigheter", targetNamespace = "urn:skl:tp:vagvalsinfo:v2")
        java.lang.Object parameters
    );

    @WebResult(name = "hamtaAllaVirtualiseringarResponse", targetNamespace = "urn:skl:tp:vagvalsinfo:v2", partName = "response")
    @WebMethod
    public HamtaAllaVirtualiseringarResponseType hamtaAllaVirtualiseringar(
        @WebParam(partName = "parameters", name = "hamtaAllaVirtualiseringar", targetNamespace = "urn:skl:tp:vagvalsinfo:v2")
        java.lang.Object parameters
    );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy