public abstract class TenantMgtAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
TenantMgtAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
TenantMgtAdminServiceCallbackHandler(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 |
receiveErroractivateTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from activateTenant operation
|
void |
receiveErroraddSkeletonTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addSkeletonTenant operation
|
void |
receiveErroraddTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addTenant operation
|
void |
receiveErrordeactivateTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deactivateTenant operation
|
void |
receiveErrordeleteTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteTenant operation
|
void |
receiveErrorgetTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getTenant operation
|
void |
receiveErrorretrievePaginatedPartialSearchTenants(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from retrievePaginatedPartialSearchTenants operation
|
void |
receiveErrorretrievePaginatedTenants(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from retrievePaginatedTenants operation
|
void |
receiveErrorretrievePartialSearchTenants(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from retrievePartialSearchTenants operation
|
void |
receiveErrorretrieveTenants(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from retrieveTenants operation
|
void |
receiveErrorupdateTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from updateTenant operation
|
void |
receiveResultactivateTenant()
auto generated Axis2 call back method for activateTenant method
override this method for handling normal response from activateTenant operation
|
void |
receiveResultaddSkeletonTenant(String result)
auto generated Axis2 call back method for addSkeletonTenant method
override this method for handling normal response from addSkeletonTenant operation
|
void |
receiveResultaddTenant(String result)
auto generated Axis2 call back method for addTenant method
override this method for handling normal response from addTenant operation
|
void |
receiveResultdeactivateTenant()
auto generated Axis2 call back method for deactivateTenant method
override this method for handling normal response from deactivateTenant operation
|
void |
receiveResultdeleteTenant()
auto generated Axis2 call back method for deleteTenant method
override this method for handling normal response from deleteTenant operation
|
void |
receiveResultgetTenant(TenantInfoBean result)
auto generated Axis2 call back method for getTenant method
override this method for handling normal response from getTenant operation
|
void |
receiveResultretrievePaginatedPartialSearchTenants(PaginatedTenantInfoBean result)
auto generated Axis2 call back method for retrievePaginatedPartialSearchTenants method
override this method for handling normal response from retrievePaginatedPartialSearchTenants operation
|
void |
receiveResultretrievePaginatedTenants(PaginatedTenantInfoBean result)
auto generated Axis2 call back method for retrievePaginatedTenants method
override this method for handling normal response from retrievePaginatedTenants operation
|
void |
receiveResultretrievePartialSearchTenants(TenantInfoBean[] result)
auto generated Axis2 call back method for retrievePartialSearchTenants method
override this method for handling normal response from retrievePartialSearchTenants operation
|
void |
receiveResultretrieveTenants(TenantInfoBean[] result)
auto generated Axis2 call back method for retrieveTenants method
override this method for handling normal response from retrieveTenants operation
|
void |
receiveResultupdateTenant()
auto generated Axis2 call back method for updateTenant method
override this method for handling normal response from updateTenant operation
|
protected Object clientData
public TenantMgtAdminServiceCallbackHandler(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 TenantMgtAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultaddSkeletonTenant(String result)
public void receiveErroraddSkeletonTenant(Exception e)
public void receiveResultretrievePaginatedTenants(PaginatedTenantInfoBean result)
public void receiveErrorretrievePaginatedTenants(Exception e)
public void receiveResultretrievePartialSearchTenants(TenantInfoBean[] result)
public void receiveErrorretrievePartialSearchTenants(Exception e)
public void receiveResultgetTenant(TenantInfoBean result)
public void receiveErrorgetTenant(Exception e)
public void receiveResultactivateTenant()
public void receiveErroractivateTenant(Exception e)
public void receiveResultdeactivateTenant()
public void receiveErrordeactivateTenant(Exception e)
public void receiveResultretrievePaginatedPartialSearchTenants(PaginatedTenantInfoBean result)
public void receiveErrorretrievePaginatedPartialSearchTenants(Exception e)
public void receiveResultretrieveTenants(TenantInfoBean[] result)
public void receiveErrorretrieveTenants(Exception e)
public void receiveResultupdateTenant()
public void receiveErrorupdateTenant(Exception e)
public void receiveResultaddTenant(String result)
public void receiveErroraddTenant(Exception e)
public void receiveResultdeleteTenant()
public void receiveErrordeleteTenant(Exception e)
Copyright © 2018 WSO2. All rights reserved.