Class TopicManagerAdminServiceCallbackHandler
- java.lang.Object
-
- org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler
-
public abstract class TopicManagerAdminServiceCallbackHandler extends Object
TopicManagerAdminServiceCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
clientData
-
Constructor Summary
Constructors Constructor Description TopicManagerAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientDataTopicManagerAdminServiceCallbackHandler(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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getClientData()
Get the client datavoid
receiveErrorgetAllTopics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAllTopics operationvoid
receiveErrorgetAllWSSubscriptionCountForTopic(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAllWSSubscriptionCountForTopic operationvoid
receiveErrorgetAllWSSubscriptionsForTopic(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAllWSSubscriptionsForTopic operationvoid
receiveErrorgetJMSSubscriptionsForTopic(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getJMSSubscriptionsForTopic operationvoid
receiveErrorgetTopicRolePermissions(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getTopicRolePermissions operationvoid
receiveErrorgetUserRoles(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getUserRoles operationvoid
receiveErrorgetWsSubscriptionsForTopic(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getWsSubscriptionsForTopic operationvoid
receiveErrorremoveTopic(Exception e)
auto generated Axis2 Error handler override this method for handling error response from removeTopic operationvoid
receiveResultgetAllTopics(TopicNode result)
auto generated Axis2 call back method for getAllTopics method override this method for handling normal response from getAllTopics operationvoid
receiveResultgetAllWSSubscriptionCountForTopic(int result)
auto generated Axis2 call back method for getAllWSSubscriptionCountForTopic method override this method for handling normal response from getAllWSSubscriptionCountForTopic operationvoid
receiveResultgetAllWSSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getAllWSSubscriptionsForTopic method override this method for handling normal response from getAllWSSubscriptionsForTopic operationvoid
receiveResultgetJMSSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getJMSSubscriptionsForTopic method override this method for handling normal response from getJMSSubscriptionsForTopic operationvoid
receiveResultgetTopicRolePermissions(TopicRolePermission[] result)
auto generated Axis2 call back method for getTopicRolePermissions method override this method for handling normal response from getTopicRolePermissions operationvoid
receiveResultgetUserRoles(String[] result)
auto generated Axis2 call back method for getUserRoles method override this method for handling normal response from getUserRoles operationvoid
receiveResultgetWsSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getWsSubscriptionsForTopic method override this method for handling normal response from getWsSubscriptionsForTopic operationvoid
receiveResultremoveTopic(boolean result)
auto generated Axis2 call back method for removeTopic method override this method for handling normal response from removeTopic operation
-
-
-
Field Detail
-
clientData
protected Object clientData
-
-
Constructor Detail
-
TopicManagerAdminServiceCallbackHandler
public TopicManagerAdminServiceCallbackHandler(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.- Parameters:
clientData
- Object mechanism by which the user can pass in user data that will be avilable at the time this callback is called.
-
TopicManagerAdminServiceCallbackHandler
public TopicManagerAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
-
-
Method Detail
-
getClientData
public Object getClientData()
Get the client data
-
receiveResultgetAllWSSubscriptionCountForTopic
public void receiveResultgetAllWSSubscriptionCountForTopic(int result)
auto generated Axis2 call back method for getAllWSSubscriptionCountForTopic method override this method for handling normal response from getAllWSSubscriptionCountForTopic operation
-
receiveErrorgetAllWSSubscriptionCountForTopic
public void receiveErrorgetAllWSSubscriptionCountForTopic(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAllWSSubscriptionCountForTopic operation
-
receiveResultgetTopicRolePermissions
public void receiveResultgetTopicRolePermissions(TopicRolePermission[] result)
auto generated Axis2 call back method for getTopicRolePermissions method override this method for handling normal response from getTopicRolePermissions operation
-
receiveErrorgetTopicRolePermissions
public void receiveErrorgetTopicRolePermissions(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getTopicRolePermissions operation
-
receiveResultgetAllWSSubscriptionsForTopic
public void receiveResultgetAllWSSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getAllWSSubscriptionsForTopic method override this method for handling normal response from getAllWSSubscriptionsForTopic operation
-
receiveErrorgetAllWSSubscriptionsForTopic
public void receiveErrorgetAllWSSubscriptionsForTopic(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAllWSSubscriptionsForTopic operation
-
receiveResultgetAllTopics
public void receiveResultgetAllTopics(TopicNode result)
auto generated Axis2 call back method for getAllTopics method override this method for handling normal response from getAllTopics operation
-
receiveErrorgetAllTopics
public void receiveErrorgetAllTopics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAllTopics operation
-
receiveResultgetUserRoles
public void receiveResultgetUserRoles(String[] result)
auto generated Axis2 call back method for getUserRoles method override this method for handling normal response from getUserRoles operation
-
receiveErrorgetUserRoles
public void receiveErrorgetUserRoles(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getUserRoles operation
-
receiveResultgetWsSubscriptionsForTopic
public void receiveResultgetWsSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getWsSubscriptionsForTopic method override this method for handling normal response from getWsSubscriptionsForTopic operation
-
receiveErrorgetWsSubscriptionsForTopic
public void receiveErrorgetWsSubscriptionsForTopic(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getWsSubscriptionsForTopic operation
-
receiveResultremoveTopic
public void receiveResultremoveTopic(boolean result)
auto generated Axis2 call back method for removeTopic method override this method for handling normal response from removeTopic operation
-
receiveErrorremoveTopic
public void receiveErrorremoveTopic(Exception e)
auto generated Axis2 Error handler override this method for handling error response from removeTopic operation
-
receiveResultgetJMSSubscriptionsForTopic
public void receiveResultgetJMSSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getJMSSubscriptionsForTopic method override this method for handling normal response from getJMSSubscriptionsForTopic operation
-
receiveErrorgetJMSSubscriptionsForTopic
public void receiveErrorgetJMSSubscriptionsForTopic(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getJMSSubscriptionsForTopic operation
-
-