public abstract class TracerAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
TracerAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
TracerAdminCallbackHandler(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 |
receiveErrorgetMessage(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMessage operation
|
void |
receiveErrorgetMessages(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMessages operation
|
void |
receiveErrorsetMonitoring(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from setMonitoring operation
|
void |
receiveResultgetMessage(MessagePayload result)
auto generated Axis2 call back method for getMessage method
override this method for handling normal response from getMessage operation
|
void |
receiveResultgetMessages(TracerServiceInfo result)
auto generated Axis2 call back method for getMessages method
override this method for handling normal response from getMessages operation
|
void |
receiveResultsetMonitoring(TracerServiceInfo result)
auto generated Axis2 call back method for setMonitoring method
override this method for handling normal response from setMonitoring operation
|
protected Object clientData
public TracerAdminCallbackHandler(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 TracerAdminCallbackHandler()
public Object getClientData()
public void receiveResultgetMessage(MessagePayload result)
public void receiveErrorgetMessage(Exception e)
public void receiveResultgetMessages(TracerServiceInfo result)
public void receiveErrorgetMessages(Exception e)
public void receiveResultsetMonitoring(TracerServiceInfo result)
public void receiveErrorsetMonitoring(Exception e)
Copyright © 2022 WSO2. All rights reserved.