public abstract class TopicManagerAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
TopicManagerAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
getClientData()
Get the client data
|
void |
receiveErrorgetAllTopics(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllTopics operation
|
void |
receiveErrorgetAllWSSubscriptionCountForTopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllWSSubscriptionCountForTopic operation
|
void |
receiveErrorgetAllWSSubscriptionsForTopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllWSSubscriptionsForTopic operation
|
void |
receiveErrorgetJMSSubscriptionsForTopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getJMSSubscriptionsForTopic operation
|
void |
receiveErrorgetTopicRolePermissions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getTopicRolePermissions operation
|
void |
receiveErrorgetUserRoles(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getUserRoles operation
|
void |
receiveErrorgetWsSubscriptionsForTopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getWsSubscriptionsForTopic operation
|
void |
receiveErrorremoveTopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from removeTopic operation
|
void |
receiveResultgetAllTopics(TopicNode result)
auto generated Axis2 call back method for getAllTopics method
override this method for handling normal response from getAllTopics operation
|
void |
receiveResultgetAllWSSubscriptionCountForTopic(int result)
auto generated Axis2 call back method for getAllWSSubscriptionCountForTopic method
override this method for handling normal response from getAllWSSubscriptionCountForTopic operation
|
void |
receiveResultgetAllWSSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getAllWSSubscriptionsForTopic method
override this method for handling normal response from getAllWSSubscriptionsForTopic operation
|
void |
receiveResultgetJMSSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getJMSSubscriptionsForTopic method
override this method for handling normal response from getJMSSubscriptionsForTopic operation
|
void |
receiveResultgetTopicRolePermissions(TopicRolePermission[] result)
auto generated Axis2 call back method for getTopicRolePermissions method
override this method for handling normal response from getTopicRolePermissions operation
|
void |
receiveResultgetUserRoles(String[] result)
auto generated Axis2 call back method for getUserRoles method
override this method for handling normal response from getUserRoles operation
|
void |
receiveResultgetWsSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getWsSubscriptionsForTopic method
override this method for handling normal response from getWsSubscriptionsForTopic operation
|
void |
receiveResultremoveTopic(boolean result)
auto generated Axis2 call back method for removeTopic method
override this method for handling normal response from removeTopic operation
|
protected Object clientData
public TopicManagerAdminServiceCallbackHandler(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 TopicManagerAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetTopicRolePermissions(TopicRolePermission[] result)
public void receiveErrorgetTopicRolePermissions(Exception e)
public void receiveResultgetAllWSSubscriptionCountForTopic(int result)
public void receiveErrorgetAllWSSubscriptionCountForTopic(Exception e)
public void receiveResultgetJMSSubscriptionsForTopic(Subscription[] result)
public void receiveErrorgetJMSSubscriptionsForTopic(Exception e)
public void receiveResultgetAllWSSubscriptionsForTopic(Subscription[] result)
public void receiveErrorgetAllWSSubscriptionsForTopic(Exception e)
public void receiveResultremoveTopic(boolean result)
public void receiveErrorremoveTopic(Exception e)
public void receiveResultgetUserRoles(String[] result)
public void receiveErrorgetUserRoles(Exception e)
public void receiveResultgetWsSubscriptionsForTopic(Subscription[] result)
public void receiveErrorgetWsSubscriptionsForTopic(Exception e)
public void receiveResultgetAllTopics(TopicNode result)
public void receiveErrorgetAllTopics(Exception e)
Copyright © 2017 WSO2. All rights reserved.