org.example.dde.Dde Maven / Gradle / Ivy
The newest version!
package org.example.dde;
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.191+02:00
* Generated source version: 2.4.0
*
*/
@WebService(targetNamespace = "http://www.example.org/dde/", name = "dde")
@XmlSeeAlso({org.example.samu.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, ObjectFactory.class, org.example.prefect.ObjectFactory.class})
public interface Dde {
@WebResult(name = "done", targetNamespace = "")
@RequestWrapper(localName = "winduptruck", targetNamespace = "http://www.example.org/dde/", className = "org.example.dde.Winduptruck")
@WebMethod(action = "http://www.example.org/dde/winduptruck")
@ResponseWrapper(localName = "winduptruckResponse", targetNamespace = "http://www.example.org/dde/", className = "org.example.dde.WinduptruckResponse")
public java.lang.String winduptruck(
@WebParam(name = "in", targetNamespace = "")
java.lang.String in
);
@WebResult(name = "done", targetNamespace = "")
@RequestWrapper(localName = "requisitiontruck", targetNamespace = "http://www.example.org/dde/", className = "org.example.dde.Requisitiontruck")
@WebMethod(action = "http://www.example.org/dde/requisitiontruck")
@ResponseWrapper(localName = "requisitiontruckResponse", targetNamespace = "http://www.example.org/dde/", className = "org.example.dde.RequisitiontruckResponse")
public java.lang.String requisitiontruck(
@WebParam(name = "foundtruck", targetNamespace = "")
java.lang.String foundtruck
);
@WebResult(name = "truckfound", targetNamespace = "")
@RequestWrapper(localName = "findrequiredtruck", targetNamespace = "http://www.example.org/dde/", className = "org.example.dde.Findrequiredtruck")
@WebMethod(action = "http://www.example.org/dde/findrequiredtruck")
@ResponseWrapper(localName = "findrequiredtruckResponse", targetNamespace = "http://www.example.org/dde/", className = "org.example.dde.FindrequiredtruckResponse")
public java.lang.String findrequiredtruck(
@WebParam(name = "type", targetNamespace = "")
java.lang.String type,
@WebParam(name = "lieu", targetNamespace = "")
java.lang.String lieu
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy