public abstract class MessageProcessorAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
MessageProcessorAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
MessageProcessorAdminServiceCallbackHandler(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 |
receiveErrorbrowseMessage(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from browseMessage operation
|
void |
receiveErrorgetClassName(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getClassName operation
|
void |
receiveErrorgetDefinedEndpoints(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDefinedEndpoints operation
|
void |
receiveErrorgetEnvelope(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEnvelope operation
|
void |
receiveErrorgetMessageIds(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMessageIds operation
|
void |
receiveErrorgetMessageProcessor(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMessageProcessor operation
|
void |
receiveErrorgetMessageProcessorDataList(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMessageProcessorDataList operation
|
void |
receiveErrorgetMessageProcessorNames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMessageProcessorNames operation
|
void |
receiveErrorgetSize(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSize operation
|
void |
receiveErrorisActive(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isActive operation
|
void |
receiveErrorisTaskLocationKnown(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isTaskLocationKnown operation
|
void |
receiveErrorpopAndRedirectMessage(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from popAndRedirectMessage operation
|
void |
receiveErrorpopMessage(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from popMessage operation
|
void |
receiveErrorvalidateAxis2ClientRepo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from validateAxis2ClientRepo operation
|
void |
receiveResultbrowseMessage(String result)
auto generated Axis2 call back method for browseMessage method
override this method for handling normal response from browseMessage operation
|
void |
receiveResultgetClassName(String result)
auto generated Axis2 call back method for getClassName method
override this method for handling normal response from getClassName operation
|
void |
receiveResultgetDefinedEndpoints(String[] result)
auto generated Axis2 call back method for getDefinedEndpoints method
override this method for handling normal response from getDefinedEndpoints operation
|
void |
receiveResultgetEnvelope(String result)
auto generated Axis2 call back method for getEnvelope method
override this method for handling normal response from getEnvelope operation
|
void |
receiveResultgetMessageIds(String[] result)
auto generated Axis2 call back method for getMessageIds method
override this method for handling normal response from getMessageIds operation
|
void |
receiveResultgetMessageProcessor(String result)
auto generated Axis2 call back method for getMessageProcessor method
override this method for handling normal response from getMessageProcessor operation
|
void |
receiveResultgetMessageProcessorDataList(MessageProcessorMetaData[] result)
auto generated Axis2 call back method for getMessageProcessorDataList method
override this method for handling normal response from getMessageProcessorDataList operation
|
void |
receiveResultgetMessageProcessorNames(String[] result)
auto generated Axis2 call back method for getMessageProcessorNames method
override this method for handling normal response from getMessageProcessorNames operation
|
void |
receiveResultgetSize(int result)
auto generated Axis2 call back method for getSize method
override this method for handling normal response from getSize operation
|
void |
receiveResultisActive(boolean result)
auto generated Axis2 call back method for isActive method
override this method for handling normal response from isActive operation
|
void |
receiveResultisTaskLocationKnown(boolean result)
auto generated Axis2 call back method for isTaskLocationKnown method
override this method for handling normal response from isTaskLocationKnown operation
|
void |
receiveResultpopAndRedirectMessage(boolean result)
auto generated Axis2 call back method for popAndRedirectMessage method
override this method for handling normal response from popAndRedirectMessage operation
|
void |
receiveResultpopMessage(boolean result)
auto generated Axis2 call back method for popMessage method
override this method for handling normal response from popMessage operation
|
void |
receiveResultvalidateAxis2ClientRepo(boolean result)
auto generated Axis2 call back method for validateAxis2ClientRepo method
override this method for handling normal response from validateAxis2ClientRepo operation
|
protected Object clientData
public MessageProcessorAdminServiceCallbackHandler(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 MessageProcessorAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultisTaskLocationKnown(boolean result)
public void receiveErrorisTaskLocationKnown(Exception e)
public void receiveResultgetDefinedEndpoints(String[] result)
public void receiveErrorgetDefinedEndpoints(Exception e)
public void receiveResultgetMessageProcessorNames(String[] result)
public void receiveErrorgetMessageProcessorNames(Exception e)
public void receiveResultgetSize(int result)
public void receiveErrorgetSize(Exception e)
public void receiveResultgetClassName(String result)
public void receiveErrorgetClassName(Exception e)
public void receiveResultgetEnvelope(String result)
public void receiveErrorgetEnvelope(Exception e)
public void receiveResultgetMessageProcessorDataList(MessageProcessorMetaData[] result)
public void receiveErrorgetMessageProcessorDataList(Exception e)
public void receiveResultpopMessage(boolean result)
public void receiveErrorpopMessage(Exception e)
public void receiveResultgetMessageProcessor(String result)
public void receiveErrorgetMessageProcessor(Exception e)
public void receiveResultvalidateAxis2ClientRepo(boolean result)
public void receiveErrorvalidateAxis2ClientRepo(Exception e)
public void receiveResultpopAndRedirectMessage(boolean result)
public void receiveErrorpopAndRedirectMessage(Exception e)
public void receiveResultisActive(boolean result)
public void receiveErrorisActive(Exception e)
public void receiveResultbrowseMessage(String result)
public void receiveErrorbrowseMessage(Exception e)
public void receiveResultgetMessageIds(String[] result)
public void receiveErrorgetMessageIds(Exception e)
Copyright © 2022 WSO2. All rights reserved.