org.example.dmd
Interface Dmd


public interface Dmd

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


Method Summary
 String cometoaccidentplace(String in)
           
 String maintainperimeter(String in)
           
 String setequipment(String in)
           
 String setsecurityperimeter(String lieu, int zone)
           
 

Method Detail

setequipment

@RequestWrapper(localName="setequipment",
                targetNamespace="http://www.example.org/dmd/",
                className="org.example.dmd.Setequipment")
@ResponseWrapper(localName="setequipmentResponse",
                 targetNamespace="http://www.example.org/dmd/",
                 className="org.example.dmd.SetequipmentResponse")
String setequipment(String in)

cometoaccidentplace

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

setsecurityperimeter

@RequestWrapper(localName="setsecurityperimeter",
                targetNamespace="http://www.example.org/dmd/",
                className="org.example.dmd.Setsecurityperimeter")
@ResponseWrapper(localName="setsecurityperimeterResponse",
                 targetNamespace="http://www.example.org/dmd/",
                 className="org.example.dmd.SetsecurityperimeterResponse")
String setsecurityperimeter(String lieu,
                                                           int zone)

maintainperimeter

@RequestWrapper(localName="maintainperimeter",
                targetNamespace="http://www.example.org/dmd/",
                className="org.example.dmd.Maintainperimeter")
@ResponseWrapper(localName="maintainperimeterResponse",
                 targetNamespace="http://www.example.org/dmd/",
                 className="org.example.dmd.MaintainperimeterResponse")
String maintainperimeter(String in)


Copyright © 2011. All Rights Reserved.