org.example.samu
Interface Samu


public interface Samu

This class was generated by Apache CXF 2.4.0 2011-06-03T14:08:06.210+02:00 Generated source version: 2.4.0


Method Summary
 String cometoaccidentplace(String lieu)
           
 int howmanypeopletotransport(int nbPeopleToSave)
           
 int transportpeople(int nbPeopleToTransport)
           
 

Method Detail

cometoaccidentplace

@RequestWrapper(localName="cometoaccidentplace",
                targetNamespace="http://www.example.org/samu/",
                className="org.example.samu.Cometoaccidentplace")
@ResponseWrapper(localName="cometoaccidentplaceResponse",
                 targetNamespace="http://www.example.org/samu/",
                 className="org.example.samu.CometoaccidentplaceResponse")
String cometoaccidentplace(String lieu)

howmanypeopletotransport

@RequestWrapper(localName="howmanypeopletotransport",
                targetNamespace="http://www.example.org/samu/",
                className="org.example.samu.Howmanypeopletotransport")
@ResponseWrapper(localName="howmanypeopletotransportResponse",
                 targetNamespace="http://www.example.org/samu/",
                 className="org.example.samu.HowmanypeopletotransportResponse")
int howmanypeopletotransport(int nbPeopleToSave)

transportpeople

@RequestWrapper(localName="transportpeople",
                targetNamespace="http://www.example.org/samu/",
                className="org.example.samu.Transportpeople")
@ResponseWrapper(localName="transportpeopleResponse",
                 targetNamespace="http://www.example.org/samu/",
                 className="org.example.samu.TransportpeopleResponse")
int transportpeople(int nbPeopleToTransport)


Copyright © 2011. All Rights Reserved.