Uses of Class
cz.muni.fi.cewebs.myservice.delivery.DDResponse

Packages that use DDResponse
cz.muni.fi.cewebs.myservice.delivery   
 

Uses of DDResponse in cz.muni.fi.cewebs.myservice.delivery
 

Fields in cz.muni.fi.cewebs.myservice.delivery declared as DDResponse
protected  DDResponse CEWebSDeliveryPort_doDownload_ResponseStruct._return
           
 

Methods in cz.muni.fi.cewebs.myservice.delivery that return DDResponse
 DDResponse CEWebSDeliveryPort.doDownload(java.lang.String key, int instance, java.lang.String user, java.lang.String identifier, ParametersEle[] parameters, java.util.Calendar modified, java.lang.String[] language)
           
 DDResponse CEWebSDeliveryPort_Impl.doDownload(java.lang.String key, int instance, java.lang.String user, java.lang.String identifier, ParametersEle[] parameters, java.util.Calendar modified, java.lang.String[] language)
          Metoda realizující vlastní funkcionalitu služby pokud byla služba volána s volbou "download" (odkazem s cílem "CEWebS:///download/...").
 DDResponse CEWebSDeliveryPort_doDownload_ResponseStruct.get_return()
           
 

Methods in cz.muni.fi.cewebs.myservice.delivery with parameters of type DDResponse
 void CEWebSDeliveryPort_doDownload_ResponseStruct.set_return(DDResponse _return)
           
 

Constructors in cz.muni.fi.cewebs.myservice.delivery with parameters of type DDResponse
CEWebSDeliveryPort_doDownload_ResponseStruct(DDResponse _return)