public abstract class BrokerSecurityManagerCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
BrokerSecurityManagerCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
BrokerSecurityManagerCallbackHandler(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 |
receiveErrordefineSecureTopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from defineSecureTopic operation
|
void |
receiveErrordeleteSecureTopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteSecureTopic operation
|
void |
receiveErrorgetAllTopics(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllTopics operation
|
void |
receiveErrorgetTopicDetails(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getTopicDetails operation
|
void |
receiveErrorrevokeATopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from revokeATopic operation
|
void |
receiveErrorshareATopic(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from shareATopic operation
|
void |
receiveResultdefineSecureTopic(String result)
auto generated Axis2 call back method for defineSecureTopic method
override this method for handling normal response from defineSecureTopic operation
|
void |
receiveResultdeleteSecureTopic(String result)
auto generated Axis2 call back method for deleteSecureTopic method
override this method for handling normal response from deleteSecureTopic 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 |
receiveResultgetTopicDetails(TopicDetails result)
auto generated Axis2 call back method for getTopicDetails method
override this method for handling normal response from getTopicDetails operation
|
void |
receiveResultrevokeATopic(String result)
auto generated Axis2 call back method for revokeATopic method
override this method for handling normal response from revokeATopic operation
|
void |
receiveResultshareATopic(String result)
auto generated Axis2 call back method for shareATopic method
override this method for handling normal response from shareATopic operation
|
protected Object clientData
public BrokerSecurityManagerCallbackHandler(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 BrokerSecurityManagerCallbackHandler()
public Object getClientData()
public void receiveResultshareATopic(String result)
public void receiveErrorshareATopic(Exception e)
public void receiveResultgetAllTopics(TopicNode result)
public void receiveErrorgetAllTopics(Exception e)
public void receiveResultdeleteSecureTopic(String result)
public void receiveErrordeleteSecureTopic(Exception e)
public void receiveResultdefineSecureTopic(String result)
public void receiveErrordefineSecureTopic(Exception e)
public void receiveResultgetTopicDetails(TopicDetails result)
public void receiveErrorgetTopicDetails(Exception e)
public void receiveResultrevokeATopic(String result)
public void receiveErrorrevokeATopic(Exception e)
Copyright © 2023 WSO2. All rights reserved.