/** * ServicesCallbackHandler.java * * This file was auto-generated from WSDL * by the Apache Axis2 version: 1.6.2 Built on : Apr 17, 2012 (05:33:49 IST) */ package com.topsun.posclient.webservice; /** * ServicesCallbackHandler Callback class, Users can extend this class and implement * their own receiveResult and receiveError methods. */ public abstract class ServicesCallbackHandler{ protected Object clientData; /** * User can pass in any object that needs to be accessed once the NonBlocking * Web service call is finished and appropriate method of this CallBack is called. * @param clientData Object mechanism by which the user can pass in user data * that will be avilable at the time this callback is called. */ public ServicesCallbackHandler(Object clientData){ this.clientData = clientData; } /** * Please use this constructor if you don't want to set any clientData */ public ServicesCallbackHandler(){ this.clientData = null; } /** * Get the client data */ public Object getClientData() { return clientData; } /** * auto generated Axis2 call back method for checkMember method * override this method for handling normal response from checkMember operation */ public void receiveResultcheckMember( com.topsun.posclient.webservice.dto.CheckMemberResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from checkMember operation */ public void receiveErrorcheckMember(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getInvoice method * override this method for handling normal response from getInvoice operation */ public void receiveResultgetInvoice( com.topsun.posclient.webservice.dto.GetInvoiceResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getInvoice operation */ public void receiveErrorgetInvoice(java.lang.Exception e) { } /** * auto generated Axis2 call back method for checkOldGoldData method * override this method for handling normal response from checkOldGoldData operation */ public void receiveResultcheckOldGoldData( com.topsun.posclient.webservice.dto.CheckOldGoldDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from checkOldGoldData operation */ public void receiveErrorcheckOldGoldData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getCardRuleData method * override this method for handling normal response from getCardRuleData operation */ public void receiveResultgetCardRuleData( com.topsun.posclient.webservice.dto.GetCardRuleDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getCardRuleData operation */ public void receiveErrorgetCardRuleData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for syncItemData method * override this method for handling normal response from syncItemData operation */ public void receiveResultsyncItemData( com.topsun.posclient.webservice.dto.SyncItemDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from syncItemData operation */ public void receiveErrorsyncItemData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getMAuthData method * override this method for handling normal response from getMAuthData operation */ public void receiveResultgetMAuthData( com.topsun.posclient.webservice.dto.GetMAuthDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getMAuthData operation */ public void receiveErrorgetMAuthData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getPointData method * override this method for handling normal response from getPointData operation */ public void receiveResultgetPointData( com.topsun.posclient.webservice.dto.GetPointDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getPointData operation */ public void receiveErrorgetPointData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for helloWorld method * override this method for handling normal response from helloWorld operation */ public void receiveResulthelloWorld( com.topsun.posclient.webservice.dto.HelloWorldResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from helloWorld operation */ public void receiveErrorhelloWorld(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getAllSupplier method * override this method for handling normal response from getAllSupplier operation */ public void receiveResultgetAllSupplier( com.topsun.posclient.webservice.dto.GetAllSupplierResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getAllSupplier operation */ public void receiveErrorgetAllSupplier(java.lang.Exception e) { } /** * auto generated Axis2 call back method for syncInternalCodeData method * override this method for handling normal response from syncInternalCodeData operation */ public void receiveResultsyncInternalCodeData( com.topsun.posclient.webservice.dto.SyncInternalCodeDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from syncInternalCodeData operation */ public void receiveErrorsyncInternalCodeData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for checkUserInfo method * override this method for handling normal response from checkUserInfo operation */ public void receiveResultcheckUserInfo( com.topsun.posclient.webservice.dto.CheckUserInfoResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from checkUserInfo operation */ public void receiveErrorcheckUserInfo(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getPrintTemplate method * override this method for handling normal response from getPrintTemplate operation */ public void receiveResultgetPrintTemplate( com.topsun.posclient.webservice.dto.GetPrintTemplateResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getPrintTemplate operation */ public void receiveErrorgetPrintTemplate(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getOldGoldData method * override this method for handling normal response from getOldGoldData operation */ public void receiveResultgetOldGoldData( com.topsun.posclient.webservice.dto.GetOldGoldDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getOldGoldData operation */ public void receiveErrorgetOldGoldData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getAllCashierMode method * override this method for handling normal response from getAllCashierMode operation */ public void receiveResultgetAllCashierMode( com.topsun.posclient.webservice.dto.GetAllCashierModeResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getAllCashierMode operation */ public void receiveErrorgetAllCashierMode(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getPromotionData method * override this method for handling normal response from getPromotionData operation */ public void receiveResultgetPromotionData( com.topsun.posclient.webservice.dto.GetPromotionDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getPromotionData operation */ public void receiveErrorgetPromotionData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for queryItemData method * override this method for handling normal response from queryItemData operation */ public void receiveResultqueryItemData( com.topsun.posclient.webservice.dto.QueryItemDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from queryItemData operation */ public void receiveErrorqueryItemData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getUserInfo method * override this method for handling normal response from getUserInfo operation */ public void receiveResultgetUserInfo( com.topsun.posclient.webservice.dto.GetUserInfoResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getUserInfo operation */ public void receiveErrorgetUserInfo(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getRetailDocNum method * override this method for handling normal response from getRetailDocNum operation */ public void receiveResultgetRetailDocNum( com.topsun.posclient.webservice.dto.GetRetailDocNumResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getRetailDocNum operation */ public void receiveErrorgetRetailDocNum(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getMemberData method * override this method for handling normal response from getMemberData operation */ public void receiveResultgetMemberData( com.topsun.posclient.webservice.dto.GetMemberDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getMemberData operation */ public void receiveErrorgetMemberData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getRetailInvoice method * override this method for handling normal response from getRetailInvoice operation */ public void receiveResultgetRetailInvoice( com.topsun.posclient.webservice.dto.GetRetailInvoiceResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getRetailInvoice operation */ public void receiveErrorgetRetailInvoice(java.lang.Exception e) { } /** * auto generated Axis2 call back method for saveShopAllot method * override this method for handling normal response from saveShopAllot operation */ public void receiveResultsaveShopAllot( com.topsun.posclient.webservice.dto.SaveShopAllotResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from saveShopAllot operation */ public void receiveErrorsaveShopAllot(java.lang.Exception e) { } /** * auto generated Axis2 call back method for checkPartSales method * override this method for handling normal response from checkPartSales operation */ public void receiveResultcheckPartSales( com.topsun.posclient.webservice.dto.CheckPartSalesResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from checkPartSales operation */ public void receiveErrorcheckPartSales(java.lang.Exception e) { } /** * auto generated Axis2 call back method for syncMaterialData method * override this method for handling normal response from syncMaterialData operation */ public void receiveResultsyncMaterialData( com.topsun.posclient.webservice.dto.SyncMaterialDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from syncMaterialData operation */ public void receiveErrorsyncMaterialData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getGoldBarRPrice method * override this method for handling normal response from getGoldBarRPrice operation */ public void receiveResultgetGoldBarRPrice( com.topsun.posclient.webservice.dto.GetGoldBarRPriceResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getGoldBarRPrice operation */ public void receiveErrorgetGoldBarRPrice(java.lang.Exception e) { } /** * auto generated Axis2 call back method for queryShopAllot method * override this method for handling normal response from queryShopAllot operation */ public void receiveResultqueryShopAllot( com.topsun.posclient.webservice.dto.QueryShopAllotResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from queryShopAllot operation */ public void receiveErrorqueryShopAllot(java.lang.Exception e) { } /** * auto generated Axis2 call back method for saveInvoice method * override this method for handling normal response from saveInvoice operation */ public void receiveResultsaveInvoice( com.topsun.posclient.webservice.dto.SaveInvoiceResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from saveInvoice operation */ public void receiveErrorsaveInvoice(java.lang.Exception e) { } /** * auto generated Axis2 call back method for savePartSales method * override this method for handling normal response from savePartSales operation */ public void receiveResultsavePartSales( com.topsun.posclient.webservice.dto.SavePartSalesResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from savePartSales operation */ public void receiveErrorsavePartSales(java.lang.Exception e) { } /** * auto generated Axis2 call back method for queryReturnRepository method * override this method for handling normal response from queryReturnRepository operation */ public void receiveResultqueryReturnRepository( com.topsun.posclient.webservice.dto.QueryReturnRepositoryResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from queryReturnRepository operation */ public void receiveErrorqueryReturnRepository(java.lang.Exception e) { } /** * auto generated Axis2 call back method for saveOldGoldData method * override this method for handling normal response from saveOldGoldData operation */ public void receiveResultsaveOldGoldData( com.topsun.posclient.webservice.dto.SaveOldGoldDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from saveOldGoldData operation */ public void receiveErrorsaveOldGoldData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for getGoldPriceData method * override this method for handling normal response from getGoldPriceData operation */ public void receiveResultgetGoldPriceData( com.topsun.posclient.webservice.dto.GetGoldPriceDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from getGoldPriceData operation */ public void receiveErrorgetGoldPriceData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for syncShopData method * override this method for handling normal response from syncShopData operation */ public void receiveResultsyncShopData( com.topsun.posclient.webservice.dto.SyncShopDataResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from syncShopData operation */ public void receiveErrorsyncShopData(java.lang.Exception e) { } /** * auto generated Axis2 call back method for saveReturnRepository method * override this method for handling normal response from saveReturnRepository operation */ public void receiveResultsaveReturnRepository( com.topsun.posclient.webservice.dto.SaveReturnRepositoryResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from saveReturnRepository operation */ public void receiveErrorsaveReturnRepository(java.lang.Exception e) { } }