
/**
 * OssVodBackendWSCallbackHandler.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: 1.5.1  Built on : Oct 19, 2009 (10:59:00 EDT)
 */

    package vod.oss.tv2.microsoft;

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



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

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

    /**
     * Get the client data
     */

     public Object getClientData() {
        return clientData;
     }

        
           /**
            * auto generated Axis2 call back method for getMediaProfiles method
            * override this method for handling normal response from getMediaProfiles operation
            */
           public void receiveResultgetMediaProfiles(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetMediaProfilesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getMediaProfiles operation
           */
            public void receiveErrorgetMediaProfiles(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for reimportMetadata method
            * override this method for handling normal response from reimportMetadata operation
            */
           public void receiveResultreimportMetadata(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.ReimportMetadataResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from reimportMetadata operation
           */
            public void receiveErrorreimportMetadata(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for ingestAsset method
            * override this method for handling normal response from ingestAsset operation
            */
           public void receiveResultingestAsset(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.IngestAssetResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from ingestAsset operation
           */
            public void receiveErroringestAsset(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for readAssetsMarkedForDeletion method
            * override this method for handling normal response from readAssetsMarkedForDeletion operation
            */
           public void receiveResultreadAssetsMarkedForDeletion(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.ReadAssetsMarkedForDeletionResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from readAssetsMarkedForDeletion operation
           */
            public void receiveErrorreadAssetsMarkedForDeletion(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getImportStatusInformation method
            * override this method for handling normal response from getImportStatusInformation operation
            */
           public void receiveResultgetImportStatusInformation(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetImportStatusInformationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getImportStatusInformation operation
           */
            public void receiveErrorgetImportStatusInformation(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for setOtherConfiguration method
            * override this method for handling normal response from setOtherConfiguration operation
            */
           public void receiveResultsetOtherConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.SetOtherConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from setOtherConfiguration operation
           */
            public void receiveErrorsetOtherConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for moveImportRules method
            * override this method for handling normal response from moveImportRules operation
            */
           public void receiveResultmoveImportRules(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.MoveImportRulesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from moveImportRules operation
           */
            public void receiveErrormoveImportRules(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for readAutoDeployableAssets method
            * override this method for handling normal response from readAutoDeployableAssets operation
            */
           public void receiveResultreadAutoDeployableAssets(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.ReadAutoDeployableAssetsResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from readAutoDeployableAssets operation
           */
            public void receiveErrorreadAutoDeployableAssets(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getImportStatusInformationById method
            * override this method for handling normal response from getImportStatusInformationById operation
            */
           public void receiveResultgetImportStatusInformationById(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetImportStatusInformationByIdResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getImportStatusInformationById operation
           */
            public void receiveErrorgetImportStatusInformationById(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for setMediaProfiles method
            * override this method for handling normal response from setMediaProfiles operation
            */
           public void receiveResultsetMediaProfiles(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.SetMediaProfilesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from setMediaProfiles operation
           */
            public void receiveErrorsetMediaProfiles(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for importAssets method
            * override this method for handling normal response from importAssets operation
            */
           public void receiveResultimportAssets(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.ImportAssetsResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from importAssets operation
           */
            public void receiveErrorimportAssets(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getServiceConfiguration method
            * override this method for handling normal response from getServiceConfiguration operation
            */
           public void receiveResultgetServiceConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetServiceConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getServiceConfiguration operation
           */
            public void receiveErrorgetServiceConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for registerHeadend method
            * override this method for handling normal response from registerHeadend operation
            */
           public void receiveResultregisterHeadend(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.RegisterHeadendResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from registerHeadend operation
           */
            public void receiveErrorregisterHeadend(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getDataSourceRegistrationInfo method
            * override this method for handling normal response from getDataSourceRegistrationInfo operation
            */
           public void receiveResultgetDataSourceRegistrationInfo(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetDataSourceRegistrationInfoResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getDataSourceRegistrationInfo operation
           */
            public void receiveErrorgetDataSourceRegistrationInfo(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getDeployableBackendAssetsLikeAssetName method
            * override this method for handling normal response from getDeployableBackendAssetsLikeAssetName operation
            */
           public void receiveResultgetDeployableBackendAssetsLikeAssetName(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetDeployableBackendAssetsLikeAssetNameResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getDeployableBackendAssetsLikeAssetName operation
           */
            public void receiveErrorgetDeployableBackendAssetsLikeAssetName(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for unregisterHeadend method
            * override this method for handling normal response from unregisterHeadend operation
            */
           public void receiveResultunregisterHeadend(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.UnregisterHeadendResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from unregisterHeadend operation
           */
            public void receiveErrorunregisterHeadend(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for deleteAssetFromBackendAndBranch method
            * override this method for handling normal response from deleteAssetFromBackendAndBranch operation
            */
           public void receiveResultdeleteAssetFromBackendAndBranch(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.DeleteAssetFromBackendAndBranchResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from deleteAssetFromBackendAndBranch operation
           */
            public void receiveErrordeleteAssetFromBackendAndBranch(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for setValidationCategories method
            * override this method for handling normal response from setValidationCategories operation
            */
           public void receiveResultsetValidationCategories(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.SetValidationCategoriesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from setValidationCategories operation
           */
            public void receiveErrorsetValidationCategories(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getAssetMetadataFromBackend method
            * override this method for handling normal response from getAssetMetadataFromBackend operation
            */
           public void receiveResultgetAssetMetadataFromBackend(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetAssetMetadataFromBackendResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getAssetMetadataFromBackend operation
           */
            public void receiveErrorgetAssetMetadataFromBackend(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for addUpdateConfiguration method
            * override this method for handling normal response from addUpdateConfiguration operation
            */
           public void receiveResultaddUpdateConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.AddUpdateConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from addUpdateConfiguration operation
           */
            public void receiveErroraddUpdateConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getValidationCategories method
            * override this method for handling normal response from getValidationCategories operation
            */
           public void receiveResultgetValidationCategories(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetValidationCategoriesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getValidationCategories operation
           */
            public void receiveErrorgetValidationCategories(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for saveImportRule method
            * override this method for handling normal response from saveImportRule operation
            */
           public void receiveResultsaveImportRule(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.SaveImportRuleResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from saveImportRule operation
           */
            public void receiveErrorsaveImportRule(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getImportConfiguration method
            * override this method for handling normal response from getImportConfiguration operation
            */
           public void receiveResultgetImportConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetImportConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getImportConfiguration operation
           */
            public void receiveErrorgetImportConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getImportRule method
            * override this method for handling normal response from getImportRule operation
            */
           public void receiveResultgetImportRule(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetImportRuleResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getImportRule operation
           */
            public void receiveErrorgetImportRule(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getBackendAssetStatus method
            * override this method for handling normal response from getBackendAssetStatus operation
            */
           public void receiveResultgetBackendAssetStatus(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetBackendAssetStatusResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getBackendAssetStatus operation
           */
            public void receiveErrorgetBackendAssetStatus(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for isVODCreatorStationReady method
            * override this method for handling normal response from isVODCreatorStationReady operation
            */
           public void receiveResultisVODCreatorStationReady(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.IsVODCreatorStationReadyResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from isVODCreatorStationReady operation
           */
            public void receiveErrorisVODCreatorStationReady(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for setValidationRules method
            * override this method for handling normal response from setValidationRules operation
            */
           public void receiveResultsetValidationRules(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.SetValidationRulesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from setValidationRules operation
           */
            public void receiveErrorsetValidationRules(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getValidationConfiguration method
            * override this method for handling normal response from getValidationConfiguration operation
            */
           public void receiveResultgetValidationConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetValidationConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getValidationConfiguration operation
           */
            public void receiveErrorgetValidationConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getPreImportConfiguration method
            * override this method for handling normal response from getPreImportConfiguration operation
            */
           public void receiveResultgetPreImportConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetPreImportConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getPreImportConfiguration operation
           */
            public void receiveErrorgetPreImportConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getDeployableBackendAssets method
            * override this method for handling normal response from getDeployableBackendAssets operation
            */
           public void receiveResultgetDeployableBackendAssets(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetDeployableBackendAssetsResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getDeployableBackendAssets operation
           */
            public void receiveErrorgetDeployableBackendAssets(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for saveAssetMetadataInBackend method
            * override this method for handling normal response from saveAssetMetadataInBackend operation
            */
           public void receiveResultsaveAssetMetadataInBackend(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.SaveAssetMetadataInBackendResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from saveAssetMetadataInBackend operation
           */
            public void receiveErrorsaveAssetMetadataInBackend(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getCurrentImportRules method
            * override this method for handling normal response from getCurrentImportRules operation
            */
           public void receiveResultgetCurrentImportRules(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetCurrentImportRulesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getCurrentImportRules operation
           */
            public void receiveErrorgetCurrentImportRules(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for setImportConfiguration method
            * override this method for handling normal response from setImportConfiguration operation
            */
           public void receiveResultsetImportConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.SetImportConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from setImportConfiguration operation
           */
            public void receiveErrorsetImportConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getValidationRules method
            * override this method for handling normal response from getValidationRules operation
            */
           public void receiveResultgetValidationRules(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetValidationRulesResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getValidationRules operation
           */
            public void receiveErrorgetValidationRules(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for setValidationConfiguration method
            * override this method for handling normal response from setValidationConfiguration operation
            */
           public void receiveResultsetValidationConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.SetValidationConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from setValidationConfiguration operation
           */
            public void receiveErrorsetValidationConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getImportableAssetInformation method
            * override this method for handling normal response from getImportableAssetInformation operation
            */
           public void receiveResultgetImportableAssetInformation(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetImportableAssetInformationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getImportableAssetInformation operation
           */
            public void receiveErrorgetImportableAssetInformation(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for setServiceConfiguration method
            * override this method for handling normal response from setServiceConfiguration operation
            */
           public void receiveResultsetServiceConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.SetServiceConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from setServiceConfiguration operation
           */
            public void receiveErrorsetServiceConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for updateDRMConfiguration method
            * override this method for handling normal response from updateDRMConfiguration operation
            */
           public void receiveResultupdateDRMConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.UpdateDRMConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from updateDRMConfiguration operation
           */
            public void receiveErrorupdateDRMConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getDeployableBackendAssetsLikeAssetID method
            * override this method for handling normal response from getDeployableBackendAssetsLikeAssetID operation
            */
           public void receiveResultgetDeployableBackendAssetsLikeAssetID(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetDeployableBackendAssetsLikeAssetIDResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getDeployableBackendAssetsLikeAssetID operation
           */
            public void receiveErrorgetDeployableBackendAssetsLikeAssetID(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getConfiguration method
            * override this method for handling normal response from getConfiguration operation
            */
           public void receiveResultgetConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getConfiguration operation
           */
            public void receiveErrorgetConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for deleteImportRule method
            * override this method for handling normal response from deleteImportRule operation
            */
           public void receiveResultdeleteImportRule(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.DeleteImportRuleResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from deleteImportRule operation
           */
            public void receiveErrordeleteImportRule(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for readDRMConfiguration method
            * override this method for handling normal response from readDRMConfiguration operation
            */
           public void receiveResultreadDRMConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.ReadDRMConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from readDRMConfiguration operation
           */
            public void receiveErrorreadDRMConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getAssetKeyInfo method
            * override this method for handling normal response from getAssetKeyInfo operation
            */
           public void receiveResultgetAssetKeyInfo(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetAssetKeyInfoResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getAssetKeyInfo operation
           */
            public void receiveErrorgetAssetKeyInfo(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for setPreImportConfiguration method
            * override this method for handling normal response from setPreImportConfiguration operation
            */
           public void receiveResultsetPreImportConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.SetPreImportConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from setPreImportConfiguration operation
           */
            public void receiveErrorsetPreImportConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getDeployableBackendAssetsLikeProviderID method
            * override this method for handling normal response from getDeployableBackendAssetsLikeProviderID operation
            */
           public void receiveResultgetDeployableBackendAssetsLikeProviderID(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetDeployableBackendAssetsLikeProviderIDResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getDeployableBackendAssetsLikeProviderID operation
           */
            public void receiveErrorgetDeployableBackendAssetsLikeProviderID(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for readAutoDeployableAssetsV2 method
            * override this method for handling normal response from readAutoDeployableAssetsV2 operation
            */
           public void receiveResultreadAutoDeployableAssetsV2(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.ReadAutoDeployableAssetsV2Response result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from readAutoDeployableAssetsV2 operation
           */
            public void receiveErrorreadAutoDeployableAssetsV2(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for removeAsset method
            * override this method for handling normal response from removeAsset operation
            */
           public void receiveResultremoveAsset(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.RemoveAssetResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from removeAsset operation
           */
            public void receiveErrorremoveAsset(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for deleteAssetFromBackend method
            * override this method for handling normal response from deleteAssetFromBackend operation
            */
           public void receiveResultdeleteAssetFromBackend(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.DeleteAssetFromBackendResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from deleteAssetFromBackend operation
           */
            public void receiveErrordeleteAssetFromBackend(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getAssetStatusSorted method
            * override this method for handling normal response from getAssetStatusSorted operation
            */
           public void receiveResultgetAssetStatusSorted(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetAssetStatusSortedResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getAssetStatusSorted operation
           */
            public void receiveErrorgetAssetStatusSorted(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getOtherConfiguration method
            * override this method for handling normal response from getOtherConfiguration operation
            */
           public void receiveResultgetOtherConfiguration(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetOtherConfigurationResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getOtherConfiguration operation
           */
            public void receiveErrorgetOtherConfiguration(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for reimportAll method
            * override this method for handling normal response from reimportAll operation
            */
           public void receiveResultreimportAll(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.ReimportAllResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from reimportAll operation
           */
            public void receiveErrorreimportAll(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getDeployableAssets method
            * override this method for handling normal response from getDeployableAssets operation
            */
           public void receiveResultgetDeployableAssets(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetDeployableAssetsResponse result
                        ) {
           }

          /**
           * auto generated Axis2 Error handler
           * override this method for handling error response from getDeployableAssets operation
           */
            public void receiveErrorgetDeployableAssets(java.lang.Exception e) {
            }
                
           /**
            * auto generated Axis2 call back method for getAssetMediaInfo method
            * override this method for handling normal response from getAssetMediaInfo operation
            */
           public void receiveResultgetAssetMediaInfo(
                    vod.oss.tv2.microsoft.OssVodBackendWSStub.GetAssetMediaInfoResponse result
                        ) {
           }

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


    }
    