org.example.samu.Samu Maven / Gradle / Ivy
package org.example.samu;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
* This class was generated by Apache CXF 2.4.0
* 2011-06-03T14:08:06.210+02:00
* Generated source version: 2.4.0
*
*/
@WebService(targetNamespace = "http://www.example.org/samu/", name = "samu")
@XmlSeeAlso({ObjectFactory.class, org.example.drire.ObjectFactory.class, org.example.doctor.ObjectFactory.class, org.example.firemen.ObjectFactory.class, org.example.dmd.ObjectFactory.class, org.example.frenchpolicemen.ObjectFactory.class, org.example.dde.ObjectFactory.class, org.example.prefect.ObjectFactory.class})
public interface Samu {
@WebResult(name = "done", targetNamespace = "")
@RequestWrapper(localName = "cometoaccidentplace", targetNamespace = "http://www.example.org/samu/", className = "org.example.samu.Cometoaccidentplace")
@WebMethod(action = "http://www.example.org/samu/cometoaccidentplace")
@ResponseWrapper(localName = "cometoaccidentplaceResponse", targetNamespace = "http://www.example.org/samu/", className = "org.example.samu.CometoaccidentplaceResponse")
public java.lang.String cometoaccidentplace(
@WebParam(name = "lieu", targetNamespace = "")
java.lang.String lieu
);
@WebResult(name = "nbPeopleTransport", targetNamespace = "")
@RequestWrapper(localName = "howmanypeopletotransport", targetNamespace = "http://www.example.org/samu/", className = "org.example.samu.Howmanypeopletotransport")
@WebMethod(action = "http://www.example.org/samu/howmanypeopletotransport")
@ResponseWrapper(localName = "howmanypeopletotransportResponse", targetNamespace = "http://www.example.org/samu/", className = "org.example.samu.HowmanypeopletotransportResponse")
public int howmanypeopletotransport(
@WebParam(name = "nbPeopleToSave", targetNamespace = "")
int nbPeopleToSave
);
@WebResult(name = "peopleLeft", targetNamespace = "")
@RequestWrapper(localName = "transportpeople", targetNamespace = "http://www.example.org/samu/", className = "org.example.samu.Transportpeople")
@WebMethod(action = "http://www.example.org/samu/transportpeople")
@ResponseWrapper(localName = "transportpeopleResponse", targetNamespace = "http://www.example.org/samu/", className = "org.example.samu.TransportpeopleResponse")
public int transportpeople(
@WebParam(name = "nbPeopleToTransport", targetNamespace = "")
int nbPeopleToTransport
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy