public abstract class FaultDBServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
FaultDBServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
FaultDBServiceCallbackHandler(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.
|
Modifier and Type | Method and Description |
---|---|
Object |
getClientData()
Get the client data
|
void |
receiveError_getcustomers1(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from _getcustomers1 operation
|
void |
receiveError_postcustomers2(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from _postcustomers2 operation
|
void |
receiveErrorbasic_array_type_op(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from basic_array_type_op operation
|
void |
receiveErrorbasic_merge_op(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from basic_merge_op operation
|
void |
receiveErrorselect_attributes_op(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from select_attributes_op operation
|
void |
receiveErrorselect_op_all_fields(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from select_op_all_fields operation
|
void |
receiveErrorselect_op_count(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from select_op_count operation
|
void |
receiveErrorselect_op_given_fields(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from select_op_given_fields operation
|
void |
receiveResult_getcustomers1(Customer[] result)
auto generated Axis2 call back method for _getcustomers1 method
override this method for handling normal response from _getcustomers1 operation
|
void |
receiveResult_postcustomers2(Customer[] result)
auto generated Axis2 call back method for _postcustomers2 method
override this method for handling normal response from _postcustomers2 operation
|
void |
receiveResultbasic_array_type_op(Customer[] result)
auto generated Axis2 call back method for basic_array_type_op method
override this method for handling normal response from basic_array_type_op operation
|
void |
receiveResultbasic_merge_op(Customer[] result)
auto generated Axis2 call back method for basic_merge_op method
override this method for handling normal response from basic_merge_op operation
|
void |
receiveResultselect_attributes_op(Payment[] result)
auto generated Axis2 call back method for select_attributes_op method
override this method for handling normal response from select_attributes_op operation
|
void |
receiveResultselect_op_all_fields(Product[] result)
auto generated Axis2 call back method for select_op_all_fields method
override this method for handling normal response from select_op_all_fields operation
|
void |
receiveResultselect_op_count(OrderDetails[] result)
auto generated Axis2 call back method for select_op_count method
override this method for handling normal response from select_op_count operation
|
void |
receiveResultselect_op_given_fields(Customer[] result)
auto generated Axis2 call back method for select_op_given_fields method
override this method for handling normal response from select_op_given_fields operation
|
protected Object clientData
public FaultDBServiceCallbackHandler(Object clientData)
clientData
- Object mechanism by which the user can pass in user data
that will be avilable at the time this callback is called.public FaultDBServiceCallbackHandler()
public Object getClientData()
public void receiveResultbasic_merge_op(Customer[] result)
public void receiveErrorbasic_merge_op(Exception e)
public void receiveResultbasic_array_type_op(Customer[] result)
public void receiveErrorbasic_array_type_op(Exception e)
public void receiveResult_postcustomers2(Customer[] result)
public void receiveError_postcustomers2(Exception e)
public void receiveResult_getcustomers1(Customer[] result)
public void receiveError_getcustomers1(Exception e)
public void receiveResultselect_op_given_fields(Customer[] result)
public void receiveErrorselect_op_given_fields(Exception e)
public void receiveResultselect_op_count(OrderDetails[] result)
public void receiveErrorselect_op_count(Exception e)
public void receiveResultselect_attributes_op(Payment[] result)
public void receiveErrorselect_attributes_op(Exception e)
public void receiveResultselect_op_all_fields(Product[] result)
public void receiveErrorselect_op_all_fields(Exception e)
Copyright © 2015 WSO2 Inc. All rights reserved.