public abstract class CGAgentAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
CGAgentAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
CGAgentAdminServiceCallbackHandler(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 |
receiveErrorgetCGServer(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getCGServer operation
|
void |
receiveErrorgetCGServerList(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getCGServerList operation
|
void |
receiveErrorgetPublishedProxyToolsURLs(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPublishedProxyToolsURLs operation
|
void |
receiveErrorgetPublishedServer(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPublishedServer operation
|
void |
receiveErrorgetServiceStatus(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getServiceStatus operation
|
void |
receiveErrorisHasPublishedServices(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isHasPublishedServices operation
|
void |
receiveResultgetCGServer(CGServerBean result)
auto generated Axis2 call back method for getCGServer method
override this method for handling normal response from getCGServer operation
|
void |
receiveResultgetCGServerList(CGServerBean[] result)
auto generated Axis2 call back method for getCGServerList method
override this method for handling normal response from getCGServerList operation
|
void |
receiveResultgetPublishedProxyToolsURLs(CGProxyToolsURLs result)
auto generated Axis2 call back method for getPublishedProxyToolsURLs method
override this method for handling normal response from getPublishedProxyToolsURLs operation
|
void |
receiveResultgetPublishedServer(String result)
auto generated Axis2 call back method for getPublishedServer method
override this method for handling normal response from getPublishedServer operation
|
void |
receiveResultgetServiceStatus(String result)
auto generated Axis2 call back method for getServiceStatus method
override this method for handling normal response from getServiceStatus operation
|
void |
receiveResultisHasPublishedServices(boolean result)
auto generated Axis2 call back method for isHasPublishedServices method
override this method for handling normal response from isHasPublishedServices operation
|
protected Object clientData
public CGAgentAdminServiceCallbackHandler(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 CGAgentAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetCGServerList(CGServerBean[] result)
public void receiveErrorgetCGServerList(Exception e)
public void receiveResultgetPublishedProxyToolsURLs(CGProxyToolsURLs result)
public void receiveErrorgetPublishedProxyToolsURLs(Exception e)
public void receiveResultisHasPublishedServices(boolean result)
public void receiveErrorisHasPublishedServices(Exception e)
public void receiveResultgetCGServer(CGServerBean result)
public void receiveErrorgetCGServer(Exception e)
public void receiveResultgetServiceStatus(String result)
public void receiveErrorgetServiceStatus(Exception e)
public void receiveResultgetPublishedServer(String result)
public void receiveErrorgetPublishedServer(Exception e)
Copyright © 2020 WSO2. All rights reserved.