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 |
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 |
receiveErrorvalidateAxis2ClientRepo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from validateAxis2ClientRepo 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 |
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 receiveResultgetMessageProcessorNames(String[] result)
public void receiveErrorgetMessageProcessorNames(Exception e)
public void receiveResultisActive(boolean result)
public void receiveErrorisActive(Exception e)
public void receiveResultgetDefinedEndpoints(String[] result)
public void receiveErrorgetDefinedEndpoints(Exception e)
public void receiveResultgetMessageIds(String[] result)
public void receiveErrorgetMessageIds(Exception e)
public void receiveResultgetEnvelope(String result)
public void receiveErrorgetEnvelope(Exception e)
public void receiveResultgetClassName(String result)
public void receiveErrorgetClassName(Exception e)
public void receiveResultgetMessageProcessor(String result)
public void receiveErrorgetMessageProcessor(Exception e)
public void receiveResultvalidateAxis2ClientRepo(boolean result)
public void receiveErrorvalidateAxis2ClientRepo(Exception e)
public void receiveResultgetMessageProcessorDataList(MessageProcessorMetaData[] result)
public void receiveErrorgetMessageProcessorDataList(Exception e)
public void receiveResultgetSize(int result)
public void receiveErrorgetSize(Exception e)
Copyright © 2017 WSO2. All rights reserved.