public abstract class RDBMSSampleCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
RDBMSSampleCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
RDBMSSampleCallbackHandler(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 |
receiveErroraddEmployee(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addEmployee operation
|
void |
receiveErrorcustomerAddress(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from customerAddress operation
|
void |
receiveErrorcustomersInBoston(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from customersInBoston operation
|
void |
receiveErroremployeesByNumber(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from employeesByNumber operation
|
void |
receiveErrorend_boxcar(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from end_boxcar operation
|
void |
receiveErrorproductsInfo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from productsInfo operation
|
void |
receiveErrorthousandFive(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from thousandFive operation
|
void |
receiveResultaddEmployee(String result)
auto generated Axis2 call back method for addEmployee method
override this method for handling normal response from addEmployee operation
|
void |
receiveResultcustomerAddress(CustomerAddress[] result)
auto generated Axis2 call back method for customerAddress method
override this method for handling normal response from customerAddress operation
|
void |
receiveResultcustomersInBoston(Customer[] result)
auto generated Axis2 call back method for customersInBoston method
override this method for handling normal response from customersInBoston operation
|
void |
receiveResultemployeesByNumber(Employee[] result)
auto generated Axis2 call back method for employeesByNumber method
override this method for handling normal response from employeesByNumber operation
|
void |
receiveResultend_boxcar(org.apache.axiom.om.OMElement result)
auto generated Axis2 call back method for end_boxcar method
override this method for handling normal response from end_boxcar operation
|
void |
receiveResultproductsInfo(Product[] result)
auto generated Axis2 call back method for productsInfo method
override this method for handling normal response from productsInfo operation
|
void |
receiveResultthousandFive(Number[] result)
auto generated Axis2 call back method for thousandFive method
override this method for handling normal response from thousandFive operation
|
protected Object clientData
public RDBMSSampleCallbackHandler(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 RDBMSSampleCallbackHandler()
public Object getClientData()
public void receiveResultemployeesByNumber(Employee[] result)
public void receiveErroremployeesByNumber(Exception e)
public void receiveResultthousandFive(Number[] result)
public void receiveErrorthousandFive(Exception e)
public void receiveResultend_boxcar(org.apache.axiom.om.OMElement result)
public void receiveErrorend_boxcar(Exception e)
public void receiveResultcustomerAddress(CustomerAddress[] result)
public void receiveErrorcustomerAddress(Exception e)
public void receiveResultaddEmployee(String result)
public void receiveErroraddEmployee(Exception e)
public void receiveResultproductsInfo(Product[] result)
public void receiveErrorproductsInfo(Exception e)
public void receiveResultcustomersInBoston(Customer[] result)
public void receiveErrorcustomersInBoston(Exception e)
Copyright © 2015 WSO2 Inc. All rights reserved.