public abstract class BAMMediatorConfigAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
BAMMediatorConfigAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
BAMMediatorConfigAdminCallbackHandler(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 |
receiveErroraddCollection(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addCollection operation
|
void |
receiveErrorbamServerConfigExists(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from bamServerConfigExists operation
|
void |
receiveErrorbase64DecodeAndDecrypt(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from base64DecodeAndDecrypt operation
|
void |
receiveErrorencryptAndBase64Encode(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from encryptAndBase64Encode operation
|
void |
receiveErrorgetBamServerConfig(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getBamServerConfig operation
|
void |
receiveErrorgetResourceString(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getResourceString operation
|
void |
receiveErrorgetServerProfileNameList(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getServerProfileNameList operation
|
void |
receiveErrorremoveResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from removeResource operation
|
void |
receiveErrorresourceAlreadyExists(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from resourceAlreadyExists operation
|
void |
receiveErrorsaveBamServerConfig(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from saveBamServerConfig operation
|
void |
receiveErrorsaveResourceString(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from saveResourceString operation
|
void |
receiveResultaddCollection(boolean result)
auto generated Axis2 call back method for addCollection method
override this method for handling normal response from addCollection operation
|
void |
receiveResultbamServerConfigExists(boolean result)
auto generated Axis2 call back method for bamServerConfigExists method
override this method for handling normal response from bamServerConfigExists operation
|
void |
receiveResultbase64DecodeAndDecrypt(String result)
auto generated Axis2 call back method for base64DecodeAndDecrypt method
override this method for handling normal response from base64DecodeAndDecrypt operation
|
void |
receiveResultencryptAndBase64Encode(String result)
auto generated Axis2 call back method for encryptAndBase64Encode method
override this method for handling normal response from encryptAndBase64Encode operation
|
void |
receiveResultgetBamServerConfig(BamServerConfig result)
auto generated Axis2 call back method for getBamServerConfig method
override this method for handling normal response from getBamServerConfig operation
|
void |
receiveResultgetResourceString(String result)
auto generated Axis2 call back method for getResourceString method
override this method for handling normal response from getResourceString operation
|
void |
receiveResultgetServerProfileNameList(String[] result)
auto generated Axis2 call back method for getServerProfileNameList method
override this method for handling normal response from getServerProfileNameList operation
|
void |
receiveResultremoveResource(boolean result)
auto generated Axis2 call back method for removeResource method
override this method for handling normal response from removeResource operation
|
void |
receiveResultresourceAlreadyExists(boolean result)
auto generated Axis2 call back method for resourceAlreadyExists method
override this method for handling normal response from resourceAlreadyExists operation
|
void |
receiveResultsaveBamServerConfig(boolean result)
auto generated Axis2 call back method for saveBamServerConfig method
override this method for handling normal response from saveBamServerConfig operation
|
void |
receiveResultsaveResourceString(boolean result)
auto generated Axis2 call back method for saveResourceString method
override this method for handling normal response from saveResourceString operation
|
protected Object clientData
public BAMMediatorConfigAdminCallbackHandler(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 BAMMediatorConfigAdminCallbackHandler()
public Object getClientData()
public void receiveResultgetBamServerConfig(BamServerConfig result)
public void receiveErrorgetBamServerConfig(Exception e)
public void receiveResultsaveResourceString(boolean result)
public void receiveErrorsaveResourceString(Exception e)
public void receiveResultbase64DecodeAndDecrypt(String result)
public void receiveErrorbase64DecodeAndDecrypt(Exception e)
public void receiveResultbamServerConfigExists(boolean result)
public void receiveErrorbamServerConfigExists(Exception e)
public void receiveResultaddCollection(boolean result)
public void receiveErroraddCollection(Exception e)
public void receiveResultsaveBamServerConfig(boolean result)
public void receiveErrorsaveBamServerConfig(Exception e)
public void receiveResultremoveResource(boolean result)
public void receiveErrorremoveResource(Exception e)
public void receiveResultresourceAlreadyExists(boolean result)
public void receiveErrorresourceAlreadyExists(Exception e)
public void receiveResultgetResourceString(String result)
public void receiveErrorgetResourceString(Exception e)
public void receiveResultgetServerProfileNameList(String[] result)
public void receiveErrorgetServerProfileNameList(Exception e)
public void receiveResultencryptAndBase64Encode(String result)
public void receiveErrorencryptAndBase64Encode(Exception e)
Copyright © 2017 WSO2. All rights reserved.