/** * WS_BanqueCallbackHandler.java * * This file was auto-generated from WSDL * by the Apache Axis2 version: 1.4.1 Built on : Aug 13, 2008 (05:03:35 LKT) */ package ibp.odfn.directory.ws.client.axis; /** * WS_BanqueCallbackHandler Callback class, Users can extend this class and implement * their own receiveResult and receiveError methods. */ public abstract class WsBanqueCallbackHandler{ 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 WsBanqueCallbackHandler(Object clientData){ this.clientData = clientData; } /** * Please use this constructor if you don't want to set any clientData */ public WsBanqueCallbackHandler(){ this.clientData = null; } /** * Get the client data */ public Object getClientData() { return clientData; } /** * auto generated Axis2 call back method for GetGroupesApplicatifsPourUnePersonne method * override this method for handling normal response from GetGroupesApplicatifsPourUnePersonne operation */ public void receiveResultGetGroupesApplicatifsPourUnePersonne( WsBanqueStub.GetGroupesApplicatifsPourUnePersonneResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetGroupesApplicatifsPourUnePersonne operation */ public void receiveErrorGetGroupesApplicatifsPourUnePersonne(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetPersonnesParManager method * override this method for handling normal response from GetPersonnesParManager operation */ public void receiveResultGetPersonnesParManager( WsBanqueStub.GetPersonnesParManagerResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetPersonnesParManager operation */ public void receiveErrorGetPersonnesParManager(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetCodesEtbBanquesParticipantesGroupesApplicatifsPourUnePersonne method * override this method for handling normal response from GetCodesEtbBanquesParticipantesGroupesApplicatifsPourUnePersonne operation */ public void receiveResultGetCodesEtbBanquesParticipantesGroupesApplicatifsPourUnePersonne( WsBanqueStub.GetCodesEtbBanquesParticipantesGroupesApplicatifsPourUnePersonneResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetCodesEtbBanquesParticipantesGroupesApplicatifsPourUnePersonne operation */ public void receiveErrorGetCodesEtbBanquesParticipantesGroupesApplicatifsPourUnePersonne(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetPersonne method * override this method for handling normal response from GetPersonne operation */ public void receiveResultGetPersonne( WsBanqueStub.GetPersonneResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetPersonne operation */ public void receiveErrorGetPersonne(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetPersonnesParFiltre method * override this method for handling normal response from GetPersonnesParFiltre operation */ public void receiveResultGetPersonnesParFiltre( WsBanqueStub.GetPersonnesParFiltreResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetPersonnesParFiltre operation */ public void receiveErrorGetPersonnesParFiltre(java.lang.Exception e) { } /** * auto generated Axis2 call back method for IsPersonneResponsableParTypesEDS method * override this method for handling normal response from IsPersonneResponsableParTypesEDS operation */ public void receiveResultIsPersonneResponsableParTypesEDS( WsBanqueStub.IsPersonneResponsableParTypesEDSResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from IsPersonneResponsableParTypesEDS operation */ public void receiveErrorIsPersonneResponsableParTypesEDS(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetEDSsRattachesFonctionnellementAUnePersonne method * override this method for handling normal response from GetEDSsRattachesFonctionnellementAUnePersonne operation */ public void receiveResultGetEDSsRattachesFonctionnellementAUnePersonne( WsBanqueStub.GetEDSsRattachesFonctionnellementAUnePersonneResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetEDSsRattachesFonctionnellementAUnePersonne operation */ public void receiveErrorGetEDSsRattachesFonctionnellementAUnePersonne(java.lang.Exception e) { } /** * auto generated Axis2 call back method for IsPersonneMembreGroupeApplicatif method * override this method for handling normal response from IsPersonneMembreGroupeApplicatif operation */ public void receiveResultIsPersonneMembreGroupeApplicatif( WsBanqueStub.IsPersonneMembreGroupeApplicatifResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from IsPersonneMembreGroupeApplicatif operation */ public void receiveErrorIsPersonneMembreGroupeApplicatif(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetGroupesPourUnePersonne method * override this method for handling normal response from GetGroupesPourUnePersonne operation */ public void receiveResultGetGroupesPourUnePersonne( WsBanqueStub.GetGroupesPourUnePersonneResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetGroupesPourUnePersonne operation */ public void receiveErrorGetGroupesPourUnePersonne(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetPersonnesParEDS method * override this method for handling normal response from GetPersonnesParEDS operation */ public void receiveResultGetPersonnesParEDS( WsBanqueStub.GetPersonnesParEDSResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetPersonnesParEDS operation */ public void receiveErrorGetPersonnesParEDS(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetRolesApplicatifsPourUnePersonne method * override this method for handling normal response from GetRolesApplicatifsPourUnePersonne operation */ public void receiveResultGetRolesApplicatifsPourUnePersonne( WsBanqueStub.GetRolesApplicatifsPourUnePersonneResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetRolesApplicatifsPourUnePersonne operation */ public void receiveErrorGetRolesApplicatifsPourUnePersonne(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetEDSsDeTypeEtablissement method * override this method for handling normal response from GetEDSsDeTypeEtablissement operation */ public void receiveResultGetEDSsDeTypeEtablissement( WsBanqueStub.GetEDSsDeTypeEtablissementResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetEDSsDeTypeEtablissement operation */ public void receiveErrorGetEDSsDeTypeEtablissement(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetRessource method * override this method for handling normal response from GetRessource operation */ public void receiveResultGetRessource( WsBanqueStub.GetRessourceResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetRessource operation */ public void receiveErrorGetRessource(java.lang.Exception e) { } /** * auto generated Axis2 call back method for IsPersonneResponsableGroupeApplicatif method * override this method for handling normal response from IsPersonneResponsableGroupeApplicatif operation */ public void receiveResultIsPersonneResponsableGroupeApplicatif( WsBanqueStub.IsPersonneResponsableGroupeApplicatifResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from IsPersonneResponsableGroupeApplicatif operation */ public void receiveErrorIsPersonneResponsableGroupeApplicatif(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetPersonnesParGroupe method * override this method for handling normal response from GetPersonnesParGroupe operation */ public void receiveResultGetPersonnesParGroupe( WsBanqueStub.GetPersonnesParGroupeResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetPersonnesParGroupe operation */ public void receiveErrorGetPersonnesParGroupe(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetPersonneEtendue method * override this method for handling normal response from GetPersonneEtendue operation */ public void receiveResultGetPersonneEtendue( WsBanqueStub.GetPersonneEtendueResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetPersonneEtendue operation */ public void receiveErrorGetPersonneEtendue(java.lang.Exception e) { } /** * auto generated Axis2 call back method for Authentification method * override this method for handling normal response from Authentification operation */ public void receiveResultAuthentification( WsBanqueStub.AuthentificationResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from Authentification operation */ public void receiveErrorAuthentification(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetAFEObjetsPossedantMotsCles method * override this method for handling normal response from GetAFEObjetsPossedantMotsCles operation */ public void receiveResultGetAFEObjetsPossedantMotsCles( WsBanqueStub.GetAFEObjetsPossedantMotsClesResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetAFEObjetsPossedantMotsCles operation */ public void receiveErrorGetAFEObjetsPossedantMotsCles(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetEDSsPourUnTypeEDS method * override this method for handling normal response from GetEDSsPourUnTypeEDS operation */ public void receiveResultGetEDSsPourUnTypeEDS( WsBanqueStub.GetEDSsPourUnTypeEDSResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetEDSsPourUnTypeEDS operation */ public void receiveErrorGetEDSsPourUnTypeEDS(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetProfilsPortailsPourUnePersonne method * override this method for handling normal response from GetProfilsPortailsPourUnePersonne operation */ public void receiveResultGetProfilsPortailsPourUnePersonne( WsBanqueStub.GetProfilsPortailsPourUnePersonneResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetProfilsPortailsPourUnePersonne operation */ public void receiveErrorGetProfilsPortailsPourUnePersonne(java.lang.Exception e) { } /** * auto generated Axis2 call back method for TestEnErreur method * override this method for handling normal response from TestEnErreur operation */ public void receiveResultTestEnErreur( WsBanqueStub.TestEnErreurResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from TestEnErreur operation */ public void receiveErrorTestEnErreur(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetAFEObjets method * override this method for handling normal response from GetAFEObjets operation */ public void receiveResultGetAFEObjets( WsBanqueStub.GetAFEObjetsResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetAFEObjets operation */ public void receiveErrorGetAFEObjets(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetGroupesParFiltre method * override this method for handling normal response from GetGroupesParFiltre operation */ public void receiveResultGetGroupesParFiltre( WsBanqueStub.GetGroupesParFiltreResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetGroupesParFiltre operation */ public void receiveErrorGetGroupesParFiltre(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetGroupesApplicatifsParBanquePourUnePersonne method * override this method for handling normal response from GetGroupesApplicatifsParBanquePourUnePersonne operation */ public void receiveResultGetGroupesApplicatifsParBanquePourUnePersonne( WsBanqueStub.GetGroupesApplicatifsParBanquePourUnePersonneResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetGroupesApplicatifsParBanquePourUnePersonne operation */ public void receiveErrorGetGroupesApplicatifsParBanquePourUnePersonne(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetEDS method * override this method for handling normal response from GetEDS operation */ public void receiveResultGetEDS( WsBanqueStub.GetEDSResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetEDS operation */ public void receiveErrorGetEDS(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetIdTechniquesEDSsRattachesFonctionnellementAUnePersonne method * override this method for handling normal response from GetIdTechniquesEDSsRattachesFonctionnellementAUnePersonne operation */ public void receiveResultGetIdTechniquesEDSsRattachesFonctionnellementAUnePersonne( WsBanqueStub.GetIdTechniquesEDSsRattachesFonctionnellementAUnePersonneResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetIdTechniquesEDSsRattachesFonctionnellementAUnePersonne operation */ public void receiveErrorGetIdTechniquesEDSsRattachesFonctionnellementAUnePersonne(java.lang.Exception e) { } /** * auto generated Axis2 call back method for GetGroupesApplicatifs method * override this method for handling normal response from GetGroupesApplicatifs operation */ public void receiveResultGetGroupesApplicatifs( WsBanqueStub.GetGroupesApplicatifsResponse result ) { } /** * auto generated Axis2 Error handler * override this method for handling error response from GetGroupesApplicatifs operation */ public void receiveErrorGetGroupesApplicatifs(java.lang.Exception e) { } }