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

pl.touk.cxf_interceptors.TestWebServiceSoap Maven / Gradle / Ivy

package pl.touk.cxf_interceptors;

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.9
 * 2024-05-18T15:45:18.054+02:00
 * Generated source version: 3.1.9
 * 
 */
@WebService(targetNamespace = "http://cxf-interceptors.touk.pl", name = "testWebServiceSoap")
@XmlSeeAlso({ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface TestWebServiceSoap {

    @WebMethod(action = "http://cxf-interceptors.touk.pl/test")
    @WebResult(name = "testResponse", targetNamespace = "http://cxf-interceptors.touk.pl", partName = "correlationIdResponse")
    public TestResponse test(
        @WebParam(partName = "parameters", name = "testRequest", targetNamespace = "http://cxf-interceptors.touk.pl")
        TestRequest parameters
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy