org.example.samu
Interface Samu


public interface Samu

This class was generated by Apache CXF 2.2.9 Fri Aug 20 13:10:26 CEST 2010 Generated source version: 2.2.9


Method Summary
 java.lang.String cometoaccidentplace(java.lang.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")
java.lang.String cometoaccidentplace(java.lang.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 © 2010 OW2 Consortium. All Rights Reserved.