public abstract class AndesEventAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
AndesEventAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
AndesEventAdminServiceCallbackHandler(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 |
receiveErroraddTopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addTopic operation
|
void |
receiveErrorcheckCurrentUserHasAddTopicPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from checkCurrentUserHasAddTopicPermission operation
|
void |
receiveErrorcheckCurrentUserHasDeleteTopicPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from checkCurrentUserHasDeleteTopicPermission operation
|
void |
receiveErrorcheckCurrentUserHasDetailsTopicPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from checkCurrentUserHasDetailsTopicPermission operation
|
void |
receiveErrorcheckCurrentUserHasPublishTopicPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from checkCurrentUserHasPublishTopicPermission operation
|
void |
receiveErrorcheckUserHasAddTopicPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from checkUserHasAddTopicPermission operation
|
void |
receiveErrorcheckUserHasDeleteTopicPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from checkUserHasDeleteTopicPermission operation
|
void |
receiveErrorcheckUserHasDetailsTopicPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from checkUserHasDetailsTopicPermission operation
|
void |
receiveErrorcheckUserHasPublishTopicPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from checkUserHasPublishTopicPermission operation
|
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 |
receiveErrorgetPaginatedTopicTree(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPaginatedTopicTree 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 |
receiveErrorpublishToTopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from publishToTopic operation
|
void |
receiveErrorremoveTopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from removeTopic operation
|
void |
receiveErrorupdatePermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from updatePermission operation
|
void |
receiveResultaddTopic()
auto generated Axis2 call back method for addTopic method
override this method for handling normal response from addTopic operation
|
void |
receiveResultcheckCurrentUserHasAddTopicPermission(boolean result)
auto generated Axis2 call back method for checkCurrentUserHasAddTopicPermission method
override this method for handling normal response from checkCurrentUserHasAddTopicPermission operation
|
void |
receiveResultcheckCurrentUserHasDeleteTopicPermission(boolean result)
auto generated Axis2 call back method for checkCurrentUserHasDeleteTopicPermission method
override this method for handling normal response from checkCurrentUserHasDeleteTopicPermission operation
|
void |
receiveResultcheckCurrentUserHasDetailsTopicPermission(boolean result)
auto generated Axis2 call back method for checkCurrentUserHasDetailsTopicPermission method
override this method for handling normal response from checkCurrentUserHasDetailsTopicPermission operation
|
void |
receiveResultcheckCurrentUserHasPublishTopicPermission(boolean result)
auto generated Axis2 call back method for checkCurrentUserHasPublishTopicPermission method
override this method for handling normal response from checkCurrentUserHasPublishTopicPermission operation
|
void |
receiveResultcheckUserHasAddTopicPermission(boolean result)
auto generated Axis2 call back method for checkUserHasAddTopicPermission method
override this method for handling normal response from checkUserHasAddTopicPermission operation
|
void |
receiveResultcheckUserHasDeleteTopicPermission(boolean result)
auto generated Axis2 call back method for checkUserHasDeleteTopicPermission method
override this method for handling normal response from checkUserHasDeleteTopicPermission operation
|
void |
receiveResultcheckUserHasDetailsTopicPermission(boolean result)
auto generated Axis2 call back method for checkUserHasDetailsTopicPermission method
override this method for handling normal response from checkUserHasDetailsTopicPermission operation
|
void |
receiveResultcheckUserHasPublishTopicPermission(boolean result)
auto generated Axis2 call back method for checkUserHasPublishTopicPermission method
override this method for handling normal response from checkUserHasPublishTopicPermission 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 |
receiveResultgetPaginatedTopicTree(TopicNode result)
auto generated Axis2 call back method for getPaginatedTopicTree method
override this method for handling normal response from getPaginatedTopicTree 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 |
receiveResultpublishToTopic()
auto generated Axis2 call back method for publishToTopic method
override this method for handling normal response from publishToTopic operation
|
void |
receiveResultremoveTopic(boolean result)
auto generated Axis2 call back method for removeTopic method
override this method for handling normal response from removeTopic operation
|
void |
receiveResultupdatePermission()
auto generated Axis2 call back method for updatePermission method
override this method for handling normal response from updatePermission operation
|
protected Object clientData
public AndesEventAdminServiceCallbackHandler(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 AndesEventAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultcheckUserHasAddTopicPermission(boolean result)
public void receiveErrorcheckUserHasAddTopicPermission(Exception e)
public void receiveResultcheckCurrentUserHasPublishTopicPermission(boolean result)
public void receiveErrorcheckCurrentUserHasPublishTopicPermission(Exception e)
public void receiveResultgetAllWSSubscriptionCountForTopic(int result)
public void receiveErrorgetAllWSSubscriptionCountForTopic(Exception e)
public void receiveResultgetTopicRolePermissions(TopicRolePermission[] result)
public void receiveErrorgetTopicRolePermissions(Exception e)
public void receiveResultpublishToTopic()
public void receiveErrorpublishToTopic(Exception e)
public void receiveResultgetAllWSSubscriptionsForTopic(Subscription[] result)
public void receiveErrorgetAllWSSubscriptionsForTopic(Exception e)
public void receiveResultgetAllTopics(TopicNode result)
public void receiveErrorgetAllTopics(Exception e)
public void receiveResultgetUserRoles(String[] result)
public void receiveErrorgetUserRoles(Exception e)
public void receiveResultremoveTopic(boolean result)
public void receiveErrorremoveTopic(Exception e)
public void receiveResultcheckUserHasPublishTopicPermission(boolean result)
public void receiveErrorcheckUserHasPublishTopicPermission(Exception e)
public void receiveResultgetJMSSubscriptionsForTopic(Subscription[] result)
public void receiveErrorgetJMSSubscriptionsForTopic(Exception e)
public void receiveResultcheckCurrentUserHasDeleteTopicPermission(boolean result)
public void receiveErrorcheckCurrentUserHasDeleteTopicPermission(Exception e)
public void receiveResultcheckUserHasDetailsTopicPermission(boolean result)
public void receiveErrorcheckUserHasDetailsTopicPermission(Exception e)
public void receiveResultcheckCurrentUserHasAddTopicPermission(boolean result)
public void receiveErrorcheckCurrentUserHasAddTopicPermission(Exception e)
public void receiveResultcheckUserHasDeleteTopicPermission(boolean result)
public void receiveErrorcheckUserHasDeleteTopicPermission(Exception e)
public void receiveResultaddTopic()
public void receiveErroraddTopic(Exception e)
public void receiveResultcheckCurrentUserHasDetailsTopicPermission(boolean result)
public void receiveErrorcheckCurrentUserHasDetailsTopicPermission(Exception e)
public void receiveResultgetWsSubscriptionsForTopic(Subscription[] result)
public void receiveErrorgetWsSubscriptionsForTopic(Exception e)
public void receiveResultgetPaginatedTopicTree(TopicNode result)
public void receiveErrorgetPaginatedTopicTree(Exception e)
public void receiveResultupdatePermission()
public void receiveErrorupdatePermission(Exception e)
Copyright © 2021 WSO2. All rights reserved.