
/**
 * IS_LookUpCallbackHandler.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: 1.3  Built on : Aug 10, 2007 (04:45:47 LKT)
 */

    package org.driver.www.wsdl.is_lookup_wsdl;

    /**
     *  IS_LookUpCallbackHandler Callback class, Users can extend this class and implement
     *  their own receiveResult and receiveError methods.
     */
    public abstract class IS_LookUpCallbackHandler{



    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 IS_LookUpCallbackHandler(Object clientData){
        this.clientData = clientData;
    }

    /**
    * Please use this constructor if you don't want to set any clientData
    */
    public IS_LookUpCallbackHandler(){
        this.clientData = null;
    }

    /**
     * Get the client data
     */

     public Object getClientData() {
        return clientData;
     }

        
           /**
            * auto generated Axis2 call back method for flushCachedResultSets method
            * override this method for handling normal response from flushCachedResultSets operation
            */
           public void receiveResultflushCachedResultSets(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.FlushCachedResultSetsResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from flushCachedResultSets operation
           */
            public void receiveErrorflushCachedResultSets(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getCollection method
            * override this method for handling normal response from getCollection operation
            */
           public void receiveResultgetCollection(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.GetCollectionResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getCollection operation
           */
            public void receiveErrorgetCollection(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getResourceProfile method
            * override this method for handling normal response from getResourceProfile operation
            */
           public void receiveResultgetResourceProfile(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.GetResourceProfileResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getResourceProfile operation
           */
            public void receiveErrorgetResourceProfile(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getResourceProfileByQuery method
            * override this method for handling normal response from getResourceProfileByQuery operation
            */
           public void receiveResultgetResourceProfileByQuery(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.GetResourceProfileByQueryResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getResourceProfileByQuery operation
           */
            public void receiveErrorgetResourceProfileByQuery(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getResourceQoSParams method
            * override this method for handling normal response from getResourceQoSParams operation
            */
           public void receiveResultgetResourceQoSParams(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.GetResourceQoSParamsResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getResourceQoSParams operation
           */
            public void receiveErrorgetResourceQoSParams(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getResourceTypeSchema method
            * override this method for handling normal response from getResourceTypeSchema operation
            */
           public void receiveResultgetResourceTypeSchema(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.GetResourceTypeSchemaResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getResourceTypeSchema operation
           */
            public void receiveErrorgetResourceTypeSchema(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for identify method
            * override this method for handling normal response from identify operation
            */
           public void receiveResultidentify(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.IdentifyResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from identify operation
           */
            public void receiveErroridentify(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for listCollections method
            * override this method for handling normal response from listCollections operation
            */
           public void receiveResultlistCollections(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.ListCollectionsResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from listCollections operation
           */
            public void receiveErrorlistCollections(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for listCommunities method
            * override this method for handling normal response from listCommunities operation
            */
           public void receiveResultlistCommunities(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.ListCommunitiesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from listCommunities operation
           */
            public void receiveErrorlistCommunities(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for listDHNIDs method
            * override this method for handling normal response from listDHNIDs operation
            */
           public void receiveResultlistDHNIDs(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.ListDHNIDsResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from listDHNIDs operation
           */
            public void receiveErrorlistDHNIDs(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for listMDStores method
            * override this method for handling normal response from listMDStores operation
            */
           public void receiveResultlistMDStores(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.ListMDStoresResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from listMDStores operation
           */
            public void receiveErrorlistMDStores(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for listResourceProfiles method
            * override this method for handling normal response from listResourceProfiles operation
            */
           public void receiveResultlistResourceProfiles(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.ListResourceProfilesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from listResourceProfiles operation
           */
            public void receiveErrorlistResourceProfiles(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for listResourceTypes method
            * override this method for handling normal response from listResourceTypes operation
            */
           public void receiveResultlistResourceTypes(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.ListResourceTypesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from listResourceTypes operation
           */
            public void receiveErrorlistResourceTypes(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for listServiceIDs method
            * override this method for handling normal response from listServiceIDs operation
            */
           public void receiveResultlistServiceIDs(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.ListServiceIDsResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from listServiceIDs operation
           */
            public void receiveErrorlistServiceIDs(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for listServiceTypes method
            * override this method for handling normal response from listServiceTypes operation
            */
           public void receiveResultlistServiceTypes(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.ListServiceTypesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from listServiceTypes operation
           */
            public void receiveErrorlistServiceTypes(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for notify method
            * override this method for handling normal response from notify operation
            */
           public void receiveResultnotify(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.NotifyResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from notify operation
           */
            public void receiveErrornotify(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for quickSearchProfile method
            * override this method for handling normal response from quickSearchProfile operation
            */
           public void receiveResultquickSearchProfile(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.QuickSearchProfileResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from quickSearchProfile operation
           */
            public void receiveErrorquickSearchProfile(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for searchProfile method
            * override this method for handling normal response from searchProfile operation
            */
           public void receiveResultsearchProfile(
                    org.driver.www.wsdl.is_lookup_wsdl.IS_LookUpStub.SearchProfileResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from searchProfile operation
           */
            public void receiveErrorsearchProfile(java.lang.Exception e) {
            }
                


    }
    