public abstract class EndpointAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
EndpointAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
EndpointAdminCallbackHandler(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 |
receiveErroraddDynamicEndpoint(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addDynamicEndpoint operation
|
void |
receiveErroraddEndpoint(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addEndpoint operation
|
void |
receiveErrordeleteDynamicEndpoint(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteDynamicEndpoint operation
|
void |
receiveErrordeleteEndpoint(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteEndpoint operation
|
void |
receiveErrorgetDependents(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDependents operation
|
void |
receiveErrorgetDynamicEndpoint(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDynamicEndpoint operation
|
void |
receiveErrorgetDynamicEndpointCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDynamicEndpointCount operation
|
void |
receiveErrorgetDynamicEndpoints(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDynamicEndpoints operation
|
void |
receiveErrorgetEndpointConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEndpointConfiguration operation
|
void |
receiveErrorgetEndpointCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEndpointCount operation
|
void |
receiveErrorgetEndpoints(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEndpoints operation
|
void |
receiveErrorgetEndpointsData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEndpointsData operation
|
void |
receiveErrorgetEndPointsNames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEndPointsNames operation
|
void |
receiveErrorisRegisterNull(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isRegisterNull operation
|
void |
receiveErrorsaveDynamicEndpoint(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from saveDynamicEndpoint operation
|
void |
receiveErrorsaveEndpoint(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from saveEndpoint operation
|
void |
receiveResultaddDynamicEndpoint(boolean result)
auto generated Axis2 call back method for addDynamicEndpoint method
override this method for handling normal response from addDynamicEndpoint operation
|
void |
receiveResultaddEndpoint(boolean result)
auto generated Axis2 call back method for addEndpoint method
override this method for handling normal response from addEndpoint operation
|
void |
receiveResultdeleteDynamicEndpoint(boolean result)
auto generated Axis2 call back method for deleteDynamicEndpoint method
override this method for handling normal response from deleteDynamicEndpoint operation
|
void |
receiveResultdeleteEndpoint(boolean result)
auto generated Axis2 call back method for deleteEndpoint method
override this method for handling normal response from deleteEndpoint operation
|
void |
receiveResultgetDependents(ConfigurationObject[] result)
auto generated Axis2 call back method for getDependents method
override this method for handling normal response from getDependents operation
|
void |
receiveResultgetDynamicEndpoint(String result)
auto generated Axis2 call back method for getDynamicEndpoint method
override this method for handling normal response from getDynamicEndpoint operation
|
void |
receiveResultgetDynamicEndpointCount(int result)
auto generated Axis2 call back method for getDynamicEndpointCount method
override this method for handling normal response from getDynamicEndpointCount operation
|
void |
receiveResultgetDynamicEndpoints(String[] result)
auto generated Axis2 call back method for getDynamicEndpoints method
override this method for handling normal response from getDynamicEndpoints operation
|
void |
receiveResultgetEndpointConfiguration(String result)
auto generated Axis2 call back method for getEndpointConfiguration method
override this method for handling normal response from getEndpointConfiguration operation
|
void |
receiveResultgetEndpointCount(int result)
auto generated Axis2 call back method for getEndpointCount method
override this method for handling normal response from getEndpointCount operation
|
void |
receiveResultgetEndpoints(String[] result)
auto generated Axis2 call back method for getEndpoints method
override this method for handling normal response from getEndpoints operation
|
void |
receiveResultgetEndpointsData(EndpointMetaData[] result)
auto generated Axis2 call back method for getEndpointsData method
override this method for handling normal response from getEndpointsData operation
|
void |
receiveResultgetEndPointsNames(String[] result)
auto generated Axis2 call back method for getEndPointsNames method
override this method for handling normal response from getEndPointsNames operation
|
void |
receiveResultisRegisterNull(boolean result)
auto generated Axis2 call back method for isRegisterNull method
override this method for handling normal response from isRegisterNull operation
|
void |
receiveResultsaveDynamicEndpoint(boolean result)
auto generated Axis2 call back method for saveDynamicEndpoint method
override this method for handling normal response from saveDynamicEndpoint operation
|
void |
receiveResultsaveEndpoint(boolean result)
auto generated Axis2 call back method for saveEndpoint method
override this method for handling normal response from saveEndpoint operation
|
protected Object clientData
public EndpointAdminCallbackHandler(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 EndpointAdminCallbackHandler()
public Object getClientData()
public void receiveResultgetDependents(ConfigurationObject[] result)
public void receiveErrorgetDependents(Exception e)
public void receiveResultisRegisterNull(boolean result)
public void receiveErrorisRegisterNull(Exception e)
public void receiveResultaddEndpoint(boolean result)
public void receiveErroraddEndpoint(Exception e)
public void receiveResultsaveEndpoint(boolean result)
public void receiveErrorsaveEndpoint(Exception e)
public void receiveResultgetEndpoints(String[] result)
public void receiveErrorgetEndpoints(Exception e)
public void receiveResultsaveDynamicEndpoint(boolean result)
public void receiveErrorsaveDynamicEndpoint(Exception e)
public void receiveResultgetEndpointCount(int result)
public void receiveErrorgetEndpointCount(Exception e)
public void receiveResultgetDynamicEndpointCount(int result)
public void receiveErrorgetDynamicEndpointCount(Exception e)
public void receiveResultgetEndpointConfiguration(String result)
public void receiveErrorgetEndpointConfiguration(Exception e)
public void receiveResultdeleteEndpoint(boolean result)
public void receiveErrordeleteEndpoint(Exception e)
public void receiveResultgetEndpointsData(EndpointMetaData[] result)
public void receiveErrorgetEndpointsData(Exception e)
public void receiveResultgetDynamicEndpoints(String[] result)
public void receiveErrorgetDynamicEndpoints(Exception e)
public void receiveResultgetEndPointsNames(String[] result)
public void receiveErrorgetEndPointsNames(Exception e)
public void receiveResultdeleteDynamicEndpoint(boolean result)
public void receiveErrordeleteDynamicEndpoint(Exception e)
public void receiveResultgetDynamicEndpoint(String result)
public void receiveErrorgetDynamicEndpoint(Exception e)
public void receiveResultaddDynamicEndpoint(boolean result)
public void receiveErroraddDynamicEndpoint(Exception e)
Copyright © 2018 WSO2. All rights reserved.