Class EndpointAdminCallbackHandler


  • public abstract class EndpointAdminCallbackHandler
    extends Object
    EndpointAdminCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.
    • Field Detail

      • clientData

        protected Object clientData
    • Constructor Detail

      • EndpointAdminCallbackHandler

        public 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.
        Parameters:
        clientData - Object mechanism by which the user can pass in user data that will be avilable at the time this callback is called.
      • EndpointAdminCallbackHandler

        public EndpointAdminCallbackHandler()
        Please use this constructor if you don't want to set any clientData
    • Method Detail

      • getClientData

        public Object getClientData()
        Get the client data
      • receiveResultisRegisterNull

        public void receiveResultisRegisterNull​(boolean result)
        auto generated Axis2 call back method for isRegisterNull method override this method for handling normal response from isRegisterNull operation
      • receiveErrorisRegisterNull

        public void receiveErrorisRegisterNull​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from isRegisterNull operation
      • receiveResultgetEndpoints

        public void receiveResultgetEndpoints​(String[] result)
        auto generated Axis2 call back method for getEndpoints method override this method for handling normal response from getEndpoints operation
      • receiveErrorgetEndpoints

        public void receiveErrorgetEndpoints​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getEndpoints operation
      • receiveResultsaveEndpoint

        public void receiveResultsaveEndpoint​(boolean result)
        auto generated Axis2 call back method for saveEndpoint method override this method for handling normal response from saveEndpoint operation
      • receiveErrorsaveEndpoint

        public void receiveErrorsaveEndpoint​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from saveEndpoint operation
      • receiveResultsaveDynamicEndpoint

        public void receiveResultsaveDynamicEndpoint​(boolean result)
        auto generated Axis2 call back method for saveDynamicEndpoint method override this method for handling normal response from saveDynamicEndpoint operation
      • receiveErrorsaveDynamicEndpoint

        public void receiveErrorsaveDynamicEndpoint​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from saveDynamicEndpoint operation
      • receiveResultdeleteEndpoint

        public void receiveResultdeleteEndpoint​(boolean result)
        auto generated Axis2 call back method for deleteEndpoint method override this method for handling normal response from deleteEndpoint operation
      • receiveErrordeleteEndpoint

        public void receiveErrordeleteEndpoint​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from deleteEndpoint operation
      • receiveResultgetDynamicEndpoints

        public void receiveResultgetDynamicEndpoints​(String[] result)
        auto generated Axis2 call back method for getDynamicEndpoints method override this method for handling normal response from getDynamicEndpoints operation
      • receiveErrorgetDynamicEndpoints

        public void receiveErrorgetDynamicEndpoints​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getDynamicEndpoints operation
      • receiveResultdeleteDynamicEndpoint

        public void receiveResultdeleteDynamicEndpoint​(boolean result)
        auto generated Axis2 call back method for deleteDynamicEndpoint method override this method for handling normal response from deleteDynamicEndpoint operation
      • receiveErrordeleteDynamicEndpoint

        public void receiveErrordeleteDynamicEndpoint​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from deleteDynamicEndpoint operation
      • receiveResultgetDynamicEndpoint

        public void receiveResultgetDynamicEndpoint​(String result)
        auto generated Axis2 call back method for getDynamicEndpoint method override this method for handling normal response from getDynamicEndpoint operation
      • receiveErrorgetDynamicEndpoint

        public void receiveErrorgetDynamicEndpoint​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getDynamicEndpoint operation
      • receiveResultaddEndpointForTenant

        public void receiveResultaddEndpointForTenant​(boolean result)
        auto generated Axis2 call back method for addEndpointForTenant method override this method for handling normal response from addEndpointForTenant operation
      • receiveErroraddEndpointForTenant

        public void receiveErroraddEndpointForTenant​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from addEndpointForTenant operation
      • receiveResultgetDependents

        public void receiveResultgetDependents​(ConfigurationObject[] result)
        auto generated Axis2 call back method for getDependents method override this method for handling normal response from getDependents operation
      • receiveErrorgetDependents

        public void receiveErrorgetDependents​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getDependents operation
      • receiveResultaddEndpoint

        public void receiveResultaddEndpoint​(boolean result)
        auto generated Axis2 call back method for addEndpoint method override this method for handling normal response from addEndpoint operation
      • receiveErroraddEndpoint

        public void receiveErroraddEndpoint​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from addEndpoint operation
      • receiveResultgetEndpointCount

        public void receiveResultgetEndpointCount​(int result)
        auto generated Axis2 call back method for getEndpointCount method override this method for handling normal response from getEndpointCount operation
      • receiveErrorgetEndpointCount

        public void receiveErrorgetEndpointCount​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getEndpointCount operation
      • receiveResultgetDynamicEndpointCount

        public void receiveResultgetDynamicEndpointCount​(int result)
        auto generated Axis2 call back method for getDynamicEndpointCount method override this method for handling normal response from getDynamicEndpointCount operation
      • receiveErrorgetDynamicEndpointCount

        public void receiveErrorgetDynamicEndpointCount​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getDynamicEndpointCount operation
      • receiveResultgetEndpointConfiguration

        public void receiveResultgetEndpointConfiguration​(String result)
        auto generated Axis2 call back method for getEndpointConfiguration method override this method for handling normal response from getEndpointConfiguration operation
      • receiveErrorgetEndpointConfiguration

        public void receiveErrorgetEndpointConfiguration​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getEndpointConfiguration operation
      • receiveResultgetEndpointsData

        public void receiveResultgetEndpointsData​(EndpointMetaData[] result)
        auto generated Axis2 call back method for getEndpointsData method override this method for handling normal response from getEndpointsData operation
      • receiveErrorgetEndpointsData

        public void receiveErrorgetEndpointsData​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getEndpointsData operation
      • receiveResultgetEndPointsNames

        public void receiveResultgetEndPointsNames​(String[] result)
        auto generated Axis2 call back method for getEndPointsNames method override this method for handling normal response from getEndPointsNames operation
      • receiveErrorgetEndPointsNames

        public void receiveErrorgetEndPointsNames​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getEndPointsNames operation
      • receiveResultgetEndPointsNamesForTenant

        public void receiveResultgetEndPointsNamesForTenant​(String[] result)
        auto generated Axis2 call back method for getEndPointsNamesForTenant method override this method for handling normal response from getEndPointsNamesForTenant operation
      • receiveErrorgetEndPointsNamesForTenant

        public void receiveErrorgetEndPointsNamesForTenant​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getEndPointsNamesForTenant operation
      • receiveResultaddDynamicEndpoint

        public void receiveResultaddDynamicEndpoint​(boolean result)
        auto generated Axis2 call back method for addDynamicEndpoint method override this method for handling normal response from addDynamicEndpoint operation
      • receiveErroraddDynamicEndpoint

        public void receiveErroraddDynamicEndpoint​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from addDynamicEndpoint operation
      • receiveResultdeleteEndpointForTenant

        public void receiveResultdeleteEndpointForTenant​(boolean result)
        auto generated Axis2 call back method for deleteEndpointForTenant method override this method for handling normal response from deleteEndpointForTenant operation
      • receiveErrordeleteEndpointForTenant

        public void receiveErrordeleteEndpointForTenant​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from deleteEndpointForTenant operation