View Javadoc

1   
2   /**
3    * GWESCallbackHandler.java
4    *
5    * This file was auto-generated from WSDL
6    * by the Apache Axis2 version: 1.5.1  Built on : Oct 19, 2009 (10:59:00 EDT)
7    */
8   
9       package net.kwfgrid.gwes.client;
10  
11      /**
12       *  GWESCallbackHandler Callback class, Users can extend this class and implement
13       *  their own receiveResult and receiveError methods.
14       */
15      public abstract class GWESCallbackHandler{
16  
17  
18  
19      protected Object clientData;
20  
21      /**
22      * User can pass in any object that needs to be accessed once the NonBlocking
23      * Web service call is finished and appropriate method of this CallBack is called.
24      * @param clientData Object mechanism by which the user can pass in user data
25      * that will be avilable at the time this callback is called.
26      */
27      public GWESCallbackHandler(Object clientData){
28          this.clientData = clientData;
29      }
30  
31      /**
32      * Please use this constructor if you don't want to set any clientData
33      */
34      public GWESCallbackHandler(){
35          this.clientData = null;
36      }
37  
38      /**
39       * Get the client data
40       */
41  
42       public Object getClientData() {
43          return clientData;
44       }
45  
46          
47             /**
48              * auto generated Axis2 call back method for suspend method
49              * override this method for handling normal response from suspend operation
50              */
51             public void receiveResultsuspend(
52                      ) {
53             }
54  
55            /**
56             * auto generated Axis2 Error handler
57             * override this method for handling error response from suspend operation
58             */
59              public void receiveErrorsuspend(java.lang.Exception e) {
60              }
61                  
62             /**
63              * auto generated Axis2 call back method for getCheckpoints method
64              * override this method for handling normal response from getCheckpoints operation
65              */
66             public void receiveResultgetCheckpoints(
67                      net.kwfgrid.gwes.client.GWESStub.GetCheckpointsResponse result
68                          ) {
69             }
70  
71            /**
72             * auto generated Axis2 Error handler
73             * override this method for handling error response from getCheckpoints operation
74             */
75              public void receiveErrorgetCheckpoints(java.lang.Exception e) {
76              }
77                  
78             /**
79              * auto generated Axis2 call back method for getWorkflowIDs method
80              * override this method for handling normal response from getWorkflowIDs operation
81              */
82             public void receiveResultgetWorkflowIDs(
83                      net.kwfgrid.gwes.client.GWESStub.GetWorkflowIDsResponse result
84                          ) {
85             }
86  
87            /**
88             * auto generated Axis2 Error handler
89             * override this method for handling error response from getWorkflowIDs operation
90             */
91              public void receiveErrorgetWorkflowIDs(java.lang.Exception e) {
92              }
93                  
94             /**
95              * auto generated Axis2 call back method for restore method
96              * override this method for handling normal response from restore operation
97              */
98             public void receiveResultrestore(
99                      net.kwfgrid.gwes.client.GWESStub.RestoreResponse result
100                         ) {
101            }
102 
103           /**
104            * auto generated Axis2 Error handler
105            * override this method for handling error response from restore operation
106            */
107             public void receiveErrorrestore(java.lang.Exception e) {
108             }
109                 
110            /**
111             * auto generated Axis2 call back method for getAvailableResources method
112             * override this method for handling normal response from getAvailableResources operation
113             */
114            public void receiveResultgetAvailableResources(
115                     net.kwfgrid.gwes.client.GWESStub.GetAvailableResourcesResponse result
116                         ) {
117            }
118 
119           /**
120            * auto generated Axis2 Error handler
121            * override this method for handling error response from getAvailableResources operation
122            */
123             public void receiveErrorgetAvailableResources(java.lang.Exception e) {
124             }
125                 
126            /**
127             * auto generated Axis2 call back method for getActivityStatusArray method
128             * override this method for handling normal response from getActivityStatusArray operation
129             */
130            public void receiveResultgetActivityStatusArray(
131                     net.kwfgrid.gwes.client.GWESStub.GetActivityStatusArrayResponse result
132                         ) {
133            }
134 
135           /**
136            * auto generated Axis2 Error handler
137            * override this method for handling error response from getActivityStatusArray operation
138            */
139             public void receiveErrorgetActivityStatusArray(java.lang.Exception e) {
140             }
141                 
142            /**
143             * auto generated Axis2 call back method for getStatus method
144             * override this method for handling normal response from getStatus operation
145             */
146            public void receiveResultgetStatus(
147                     net.kwfgrid.gwes.client.GWESStub.GetStatusResponse result
148                         ) {
149            }
150 
151           /**
152            * auto generated Axis2 Error handler
153            * override this method for handling error response from getStatus operation
154            */
155             public void receiveErrorgetStatus(java.lang.Exception e) {
156             }
157                 
158            /**
159             * auto generated Axis2 call back method for getData method
160             * override this method for handling normal response from getData operation
161             */
162            public void receiveResultgetData(
163                     net.kwfgrid.gwes.client.GWESStub.GetDataResponse result
164                         ) {
165            }
166 
167           /**
168            * auto generated Axis2 Error handler
169            * override this method for handling error response from getData operation
170            */
171             public void receiveErrorgetData(java.lang.Exception e) {
172             }
173                 
174            /**
175             * auto generated Axis2 call back method for setDescription method
176             * override this method for handling normal response from setDescription operation
177             */
178            public void receiveResultsetDescription(
179                     ) {
180            }
181 
182           /**
183            * auto generated Axis2 Error handler
184            * override this method for handling error response from setDescription operation
185            */
186             public void receiveErrorsetDescription(java.lang.Exception e) {
187             }
188                 
189            /**
190             * auto generated Axis2 call back method for getResourceDescription method
191             * override this method for handling normal response from getResourceDescription operation
192             */
193            public void receiveResultgetResourceDescription(
194                     net.kwfgrid.gwes.client.GWESStub.GetResourceDescriptionResponse result
195                         ) {
196            }
197 
198           /**
199            * auto generated Axis2 Error handler
200            * override this method for handling error response from getResourceDescription operation
201            */
202             public void receiveErrorgetResourceDescription(java.lang.Exception e) {
203             }
204                 
205            /**
206             * auto generated Axis2 call back method for initiate method
207             * override this method for handling normal response from initiate operation
208             */
209            public void receiveResultinitiate(
210                     net.kwfgrid.gwes.client.GWESStub.InitiateResponse result
211                         ) {
212            }
213 
214           /**
215            * auto generated Axis2 Error handler
216            * override this method for handling error response from initiate operation
217            */
218             public void receiveErrorinitiate(java.lang.Exception e) {
219             }
220                 
221            /**
222             * auto generated Axis2 call back method for abort method
223             * override this method for handling normal response from abort operation
224             */
225            public void receiveResultabort(
226                     ) {
227            }
228 
229           /**
230            * auto generated Axis2 Error handler
231            * override this method for handling error response from abort operation
232            */
233             public void receiveErrorabort(java.lang.Exception e) {
234             }
235                 
236            /**
237             * auto generated Axis2 call back method for remove method
238             * override this method for handling normal response from remove operation
239             */
240            public void receiveResultremove(
241                     ) {
242            }
243 
244           /**
245            * auto generated Axis2 Error handler
246            * override this method for handling error response from remove operation
247            */
248             public void receiveErrorremove(java.lang.Exception e) {
249             }
250                 
251            /**
252             * auto generated Axis2 call back method for resume method
253             * override this method for handling normal response from resume operation
254             */
255            public void receiveResultresume(
256                     ) {
257            }
258 
259           /**
260            * auto generated Axis2 Error handler
261            * override this method for handling error response from resume operation
262            */
263             public void receiveErrorresume(java.lang.Exception e) {
264             }
265                 
266            /**
267             * auto generated Axis2 call back method for getDescription method
268             * override this method for handling normal response from getDescription operation
269             */
270            public void receiveResultgetDescription(
271                     net.kwfgrid.gwes.client.GWESStub.GetDescriptionResponse result
272                         ) {
273            }
274 
275           /**
276            * auto generated Axis2 Error handler
277            * override this method for handling error response from getDescription operation
278            */
279             public void receiveErrorgetDescription(java.lang.Exception e) {
280             }
281                 
282            /**
283             * auto generated Axis2 call back method for getWorkflowDescription method
284             * override this method for handling normal response from getWorkflowDescription operation
285             */
286            public void receiveResultgetWorkflowDescription(
287                     net.kwfgrid.gwes.client.GWESStub.GetWorkflowDescriptionResponse result
288                         ) {
289            }
290 
291           /**
292            * auto generated Axis2 Error handler
293            * override this method for handling error response from getWorkflowDescription operation
294            */
295             public void receiveErrorgetWorkflowDescription(java.lang.Exception e) {
296             }
297                 
298            /**
299             * auto generated Axis2 call back method for getProperties method
300             * override this method for handling normal response from getProperties operation
301             */
302            public void receiveResultgetProperties(
303                     net.kwfgrid.gwes.client.GWESStub.GetPropertiesResponse result
304                         ) {
305            }
306 
307           /**
308            * auto generated Axis2 Error handler
309            * override this method for handling error response from getProperties operation
310            */
311             public void receiveErrorgetProperties(java.lang.Exception e) {
312             }
313                 
314            /**
315             * auto generated Axis2 call back method for getWorkflowStatusArray method
316             * override this method for handling normal response from getWorkflowStatusArray operation
317             */
318            public void receiveResultgetWorkflowStatusArray(
319                     net.kwfgrid.gwes.client.GWESStub.GetWorkflowStatusArrayResponse result
320                         ) {
321            }
322 
323           /**
324            * auto generated Axis2 Error handler
325            * override this method for handling error response from getWorkflowStatusArray operation
326            */
327             public void receiveErrorgetWorkflowStatusArray(java.lang.Exception e) {
328             }
329                 
330            /**
331             * auto generated Axis2 call back method for restart method
332             * override this method for handling normal response from restart operation
333             */
334            public void receiveResultrestart(
335                     net.kwfgrid.gwes.client.GWESStub.RestartResponse result
336                         ) {
337            }
338 
339           /**
340            * auto generated Axis2 Error handler
341            * override this method for handling error response from restart operation
342            */
343             public void receiveErrorrestart(java.lang.Exception e) {
344             }
345                 
346            /**
347             * auto generated Axis2 call back method for start method
348             * override this method for handling normal response from start operation
349             */
350            public void receiveResultstart(
351                     ) {
352            }
353 
354           /**
355            * auto generated Axis2 Error handler
356            * override this method for handling error response from start operation
357            */
358             public void receiveErrorstart(java.lang.Exception e) {
359             }
360                 
361            /**
362             * auto generated Axis2 call back method for store method
363             * override this method for handling normal response from store operation
364             */
365            public void receiveResultstore(
366                     net.kwfgrid.gwes.client.GWESStub.StoreResponse result
367                         ) {
368            }
369 
370           /**
371            * auto generated Axis2 Error handler
372            * override this method for handling error response from store operation
373            */
374             public void receiveErrorstore(java.lang.Exception e) {
375             }
376                 
377            /**
378             * auto generated Axis2 call back method for waitForStatusChangeToCompletedOrTerminated method
379             * override this method for handling normal response from waitForStatusChangeToCompletedOrTerminated operation
380             */
381            public void receiveResultwaitForStatusChangeToCompletedOrTerminated(
382                     net.kwfgrid.gwes.client.GWESStub.WaitForStatusChangeToCompletedOrTerminatedResponse result
383                         ) {
384            }
385 
386           /**
387            * auto generated Axis2 Error handler
388            * override this method for handling error response from waitForStatusChangeToCompletedOrTerminated operation
389            */
390             public void receiveErrorwaitForStatusChangeToCompletedOrTerminated(java.lang.Exception e) {
391             }
392                 
393            /**
394             * auto generated Axis2 call back method for getModificationsForUpdate method
395             * override this method for handling normal response from getModificationsForUpdate operation
396             */
397            public void receiveResultgetModificationsForUpdate(
398                     net.kwfgrid.gwes.client.GWESStub.GetModificationsForUpdateResponse result
399                         ) {
400            }
401 
402           /**
403            * auto generated Axis2 Error handler
404            * override this method for handling error response from getModificationsForUpdate operation
405            */
406             public void receiveErrorgetModificationsForUpdate(java.lang.Exception e) {
407             }
408                 
409            /**
410             * auto generated Axis2 call back method for setProperty method
411             * override this method for handling normal response from setProperty operation
412             */
413            public void receiveResultsetProperty(
414                     ) {
415            }
416 
417           /**
418            * auto generated Axis2 Error handler
419            * override this method for handling error response from setProperty operation
420            */
421             public void receiveErrorsetProperty(java.lang.Exception e) {
422             }
423                 
424            /**
425             * auto generated Axis2 call back method for setWorkflowDescription method
426             * override this method for handling normal response from setWorkflowDescription operation
427             */
428            public void receiveResultsetWorkflowDescription(
429                     ) {
430            }
431 
432           /**
433            * auto generated Axis2 Error handler
434            * override this method for handling error response from setWorkflowDescription operation
435            */
436             public void receiveErrorsetWorkflowDescription(java.lang.Exception e) {
437             }
438                 
439            /**
440             * auto generated Axis2 call back method for waitForStatusChangeFrom method
441             * override this method for handling normal response from waitForStatusChangeFrom operation
442             */
443            public void receiveResultwaitForStatusChangeFrom(
444                     net.kwfgrid.gwes.client.GWESStub.WaitForStatusChangeFromResponse result
445                         ) {
446            }
447 
448           /**
449            * auto generated Axis2 Error handler
450            * override this method for handling error response from waitForStatusChangeFrom operation
451            */
452             public void receiveErrorwaitForStatusChangeFrom(java.lang.Exception e) {
453             }
454                 
455            /**
456             * auto generated Axis2 call back method for getProperty method
457             * override this method for handling normal response from getProperty operation
458             */
459            public void receiveResultgetProperty(
460                     net.kwfgrid.gwes.client.GWESStub.GetPropertyResponse result
461                         ) {
462            }
463 
464           /**
465            * auto generated Axis2 Error handler
466            * override this method for handling error response from getProperty operation
467            */
468             public void receiveErrorgetProperty(java.lang.Exception e) {
469             }
470                 
471            /**
472             * auto generated Axis2 call back method for commitModification method
473             * override this method for handling normal response from commitModification operation
474             */
475            public void receiveResultcommitModification(
476                     net.kwfgrid.gwes.client.GWESStub.CommitModificationResponse result
477                         ) {
478            }
479 
480           /**
481            * auto generated Axis2 Error handler
482            * override this method for handling error response from commitModification operation
483            */
484             public void receiveErrorcommitModification(java.lang.Exception e) {
485             }
486                 
487 
488 
489     }
490