public abstract class QpidAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
QpidAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
QpidAdminServiceCallbackHandler(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 |
receiveErrorgetAccessKey(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAccessKey operation
|
void |
receiveErrorgetClientID(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getClientID operation
|
void |
receiveErrorgetHostname(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getHostname operation
|
void |
receiveErrorgetPort(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPort operation
|
void |
receiveErrorgetSSLPort(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSSLPort operation
|
void |
receiveErrorgetVirtualHostName(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getVirtualHostName operation
|
void |
receiveResultgetAccessKey(String result)
auto generated Axis2 call back method for getAccessKey method
override this method for handling normal response from getAccessKey operation
|
void |
receiveResultgetClientID(String result)
auto generated Axis2 call back method for getClientID method
override this method for handling normal response from getClientID operation
|
void |
receiveResultgetHostname(String result)
auto generated Axis2 call back method for getHostname method
override this method for handling normal response from getHostname operation
|
void |
receiveResultgetPort(String result)
auto generated Axis2 call back method for getPort method
override this method for handling normal response from getPort operation
|
void |
receiveResultgetSSLPort(String result)
auto generated Axis2 call back method for getSSLPort method
override this method for handling normal response from getSSLPort operation
|
void |
receiveResultgetVirtualHostName(String result)
auto generated Axis2 call back method for getVirtualHostName method
override this method for handling normal response from getVirtualHostName operation
|
protected Object clientData
public QpidAdminServiceCallbackHandler(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 QpidAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetPort(String result)
public void receiveErrorgetPort(Exception e)
public void receiveResultgetClientID(String result)
public void receiveErrorgetClientID(Exception e)
public void receiveResultgetHostname(String result)
public void receiveErrorgetHostname(Exception e)
public void receiveResultgetVirtualHostName(String result)
public void receiveErrorgetVirtualHostName(Exception e)
public void receiveResultgetSSLPort(String result)
public void receiveErrorgetSSLPort(Exception e)
public void receiveResultgetAccessKey(String result)
public void receiveErrorgetAccessKey(Exception e)
Copyright © 2019 WSO2. All rights reserved.