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

org.example.drire.Drire Maven / Gradle / Ivy

package org.example.drire;

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.260+02:00
 * Generated source version: 2.4.0
 * 
 */
 
@WebService(targetNamespace = "http://www.example.org/drire/", name = "drire")
@XmlSeeAlso({org.example.samu.ObjectFactory.class, 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 Drire {

    @WebResult(name = "gravityCrisis", targetNamespace = "")
    @RequestWrapper(localName = "riskandpbduetocrisis", targetNamespace = "http://www.example.org/drire/", className = "org.example.drire.Riskandpbduetocrisis")
    @WebMethod(action = "http://www.example.org/drire/riskandpbduetocrisis")
    @ResponseWrapper(localName = "riskandpbduetocrisisResponse", targetNamespace = "http://www.example.org/drire/", className = "org.example.drire.RiskandpbduetocrisisResponse")
    public java.lang.String riskandpbduetocrisis(
        @WebParam(name = "type", targetNamespace = "")
        java.lang.String type,
        @WebParam(name = "lieu", targetNamespace = "")
        java.lang.String lieu
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy