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

skl.tp.vagvalsinfo.v2.SokVagvalsInfoInterface Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package skl.tp.vagvalsinfo.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 3.0.1
 * 2015-09-10T12:19:17.107+02:00
 * Generated source version: 3.0.1
 * 
 */
@WebService(targetNamespace = "urn:skl:tp:vagvalsinfo:v2", name = "SokVagvalsInfoInterface")
@XmlSeeAlso({ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface SokVagvalsInfoInterface {

    @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
    );

    @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
    );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy