Commit a98c4939 authored by yangyang.ex's avatar yangyang.ex

crm迁移

parent 217ab358
This diff is collapsed.
/**
* WBStatusCallbackHandler.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.7.9 Built on : Nov 16, 2018 (12:05:37 GMT)
*/
package com.odianyun.backend.crm.ws.orderstatus;
/**
* WBStatusCallbackHandler Callback class, Users can extend this class and implement
* their own receiveResult and receiveError methods.
*/
public abstract class WBStatusCallbackHandler {
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 WBStatusCallbackHandler(Object clientData) {
this.clientData = clientData;
}
/**
* Please use this constructor if you don't want to set any clientData
*/
public WBStatusCallbackHandler() {
this.clientData = null;
}
/**
* Get the client data
*/
public Object getClientData() {
return clientData;
}
/**
* auto generated Axis2 call back method for queryOrderDtlStatus method
* override this method for handling normal response from queryOrderDtlStatus operation
*/
public void receiveResultqueryOrderDtlStatus(
com.odianyun.backend.crm.ws.orderstatus.WBStatusStub.QueryOrderDtlStatusResponse result) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from queryOrderDtlStatus operation
*/
public void receiveErrorqueryOrderDtlStatus(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for queryWBStatusForEcp method
* override this method for handling normal response from queryWBStatusForEcp operation
*/
public void receiveResultqueryWBStatusForEcp(
com.odianyun.backend.crm.ws.orderstatus.WBStatusStub.QueryWBStatusForEcpResponse result) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from queryWBStatusForEcp operation
*/
public void receiveErrorqueryWBStatusForEcp(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for queryWBStatusForEcp2 method
* override this method for handling normal response from queryWBStatusForEcp2 operation
*/
public void receiveResultqueryWBStatusForEcp2(
com.odianyun.backend.crm.ws.orderstatus.WBStatusStub.QueryWBStatusForEcp2Response result) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from queryWBStatusForEcp2 operation
*/
public void receiveErrorqueryWBStatusForEcp2(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for queryWBStatusForQRCode method
* override this method for handling normal response from queryWBStatusForQRCode operation
*/
public void receiveResultqueryWBStatusForQRCode(
com.odianyun.backend.crm.ws.orderstatus.WBStatusStub.QueryWBStatusForQRCodeResponse result) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from queryWBStatusForQRCode operation
*/
public void receiveErrorqueryWBStatusForQRCode(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for queryChangeModelVO method
* override this method for handling normal response from queryChangeModelVO operation
*/
public void receiveResultqueryChangeModelVO(
com.odianyun.backend.crm.ws.orderstatus.WBStatusStub.QueryChangeModelVOResponse result) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from queryChangeModelVO operation
*/
public void receiveErrorqueryChangeModelVO(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for queryWBStatus method
* override this method for handling normal response from queryWBStatus operation
*/
public void receiveResultqueryWBStatus(
com.odianyun.backend.crm.ws.orderstatus.WBStatusStub.QueryWBStatusResponse result) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from queryWBStatus operation
*/
public void receiveErrorqueryWBStatus(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for queryOrderStatus method
* override this method for handling normal response from queryOrderStatus operation
*/
public void receiveResultqueryOrderStatus(
com.odianyun.backend.crm.ws.orderstatus.WBStatusStub.QueryOrderStatusResponse result) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from queryOrderStatus operation
*/
public void receiveErrorqueryOrderStatus(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for queryWBInfos method
* override this method for handling normal response from queryWBInfos operation
*/
public void receiveResultqueryWBInfos(
com.odianyun.backend.crm.ws.orderstatus.WBStatusStub.QueryWBInfosResponse result) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from queryWBInfos operation
*/
public void receiveErrorqueryWBInfos(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for cancelWBService method
* override this method for handling normal response from cancelWBService operation
*/
public void receiveResultcancelWBService(
com.odianyun.backend.crm.ws.orderstatus.WBStatusStub.CancelWBServiceResponse result) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from cancelWBService operation
*/
public void receiveErrorcancelWBService(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for queryWBCheckStatus method
* override this method for handling normal response from queryWBCheckStatus operation
*/
public void receiveResultqueryWBCheckStatus(
com.odianyun.backend.crm.ws.orderstatus.WBStatusStub.QueryWBCheckStatusResponse result) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from queryWBCheckStatus operation
*/
public void receiveErrorqueryWBCheckStatus(java.lang.Exception e) {
}
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment