public abstract class OperationAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
OperationAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
OperationAdminCallbackHandler(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 |
receiveErrorgetDeclaredOperationParameters(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDeclaredOperationParameters operation
|
void |
receiveErrorgetOperationMetaData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getOperationMetaData operation
|
void |
receiveErrorgetOperationParameters(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getOperationParameters operation
|
void |
receiveErrorgetOperationStatistics(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getOperationStatistics operation
|
void |
receiveErrorlistAllOperations(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listAllOperations operation
|
void |
receiveErrorlistControlOperations(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listControlOperations operation
|
void |
receiveErrorlistOperationPhaseHandlers(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listOperationPhaseHandlers operation
|
void |
receiveErrorlistOperationPhases(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listOperationPhases operation
|
void |
receiveErrorlistPublishedOperations(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listPublishedOperations operation
|
void |
receiveResultgetDeclaredOperationParameters(String[] result)
auto generated Axis2 call back method for getDeclaredOperationParameters method
override this method for handling normal response from getDeclaredOperationParameters operation
|
void |
receiveResultgetOperationMetaData(OperationMetaData result)
auto generated Axis2 call back method for getOperationMetaData method
override this method for handling normal response from getOperationMetaData operation
|
void |
receiveResultgetOperationParameters(String[] result)
auto generated Axis2 call back method for getOperationParameters method
override this method for handling normal response from getOperationParameters operation
|
void |
receiveResultgetOperationStatistics(OperationMetaData result)
auto generated Axis2 call back method for getOperationStatistics method
override this method for handling normal response from getOperationStatistics operation
|
void |
receiveResultlistAllOperations(OperationMetaDataWrapper result)
auto generated Axis2 call back method for listAllOperations method
override this method for handling normal response from listAllOperations operation
|
void |
receiveResultlistControlOperations(OperationMetaData[] result)
auto generated Axis2 call back method for listControlOperations method
override this method for handling normal response from listControlOperations operation
|
void |
receiveResultlistOperationPhaseHandlers(String[] result)
auto generated Axis2 call back method for listOperationPhaseHandlers method
override this method for handling normal response from listOperationPhaseHandlers operation
|
void |
receiveResultlistOperationPhases(String[] result)
auto generated Axis2 call back method for listOperationPhases method
override this method for handling normal response from listOperationPhases operation
|
void |
receiveResultlistPublishedOperations(OperationMetaData[] result)
auto generated Axis2 call back method for listPublishedOperations method
override this method for handling normal response from listPublishedOperations operation
|
protected Object clientData
public OperationAdminCallbackHandler(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 OperationAdminCallbackHandler()
public Object getClientData()
public void receiveResultlistOperationPhases(String[] result)
public void receiveErrorlistOperationPhases(Exception e)
public void receiveResultgetOperationStatistics(OperationMetaData result)
public void receiveErrorgetOperationStatistics(Exception e)
public void receiveResultgetOperationMetaData(OperationMetaData result)
public void receiveErrorgetOperationMetaData(Exception e)
public void receiveResultlistOperationPhaseHandlers(String[] result)
public void receiveErrorlistOperationPhaseHandlers(Exception e)
public void receiveResultgetOperationParameters(String[] result)
public void receiveErrorgetOperationParameters(Exception e)
public void receiveResultgetDeclaredOperationParameters(String[] result)
public void receiveErrorgetDeclaredOperationParameters(Exception e)
public void receiveResultlistControlOperations(OperationMetaData[] result)
public void receiveErrorlistControlOperations(Exception e)
public void receiveResultlistAllOperations(OperationMetaDataWrapper result)
public void receiveErrorlistAllOperations(Exception e)
public void receiveResultlistPublishedOperations(OperationMetaData[] result)
public void receiveErrorlistPublishedOperations(Exception e)
Copyright © 2022 WSO2. All rights reserved.