org.wso2.carbon.event.builder.stub
Class EventBuilderAdminServiceCallbackHandler

java.lang.Object
  extended by org.wso2.carbon.event.builder.stub.EventBuilderAdminServiceCallbackHandler

public abstract class EventBuilderAdminServiceCallbackHandler
extends Object

EventBuilderAdminServiceCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.


Field Summary
protected  Object clientData
           
 
Constructor Summary
EventBuilderAdminServiceCallbackHandler()
          Please use this constructor if you don't want to set any clientData
EventBuilderAdminServiceCallbackHandler(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.
 
Method Summary
 Object getClientData()
          Get the client data
 void receiveErrordeployDefaultEventReceiver(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from deployDefaultEventReceiver operation
 void receiveErrordeployEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from deployEventBuilderConfiguration operation
 void receiveErrordeployJsonEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from deployJsonEventBuilderConfiguration operation
 void receiveErrordeployMapEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from deployMapEventBuilderConfiguration operation
 void receiveErrordeployTextEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from deployTextEventBuilderConfiguration operation
 void receiveErrordeployWso2EventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from deployWso2EventBuilderConfiguration operation
 void receiveErrordeployXmlEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from deployXmlEventBuilderConfiguration operation
 void receiveErroreditActiveEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from editActiveEventBuilderConfiguration operation
 void receiveErroreditInactiveEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from editInactiveEventBuilderConfiguration operation
 void receiveErrorgetActiveEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getActiveEventBuilderConfiguration operation
 void receiveErrorgetActiveEventBuilderConfigurationContent(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getActiveEventBuilderConfigurationContent operation
 void receiveErrorgetAllActiveEventBuilderConfigurations(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getAllActiveEventBuilderConfigurations operation
 void receiveErrorgetAllInactiveEventBuilderConfigurations(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getAllInactiveEventBuilderConfigurations operation
 void receiveErrorgetAllStreamSpecificActiveEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getAllStreamSpecificActiveEventBuilderConfiguration operation
 void receiveErrorgetEventBuilderMessageProperties(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getEventBuilderMessageProperties operation
 void receiveErrorgetInactiveEventBuilderConfigurationContent(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getInactiveEventBuilderConfigurationContent operation
 void receiveErrorsetStatisticsEnabled(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from setStatisticsEnabled operation
 void receiveErrorsetTraceEnabled(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from setTraceEnabled operation
 void receiveErrorundeployActiveEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from undeployActiveEventBuilderConfiguration operation
 void receiveErrorundeployInactiveEventBuilderConfiguration(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from undeployInactiveEventBuilderConfiguration operation
 void receiveResultdeployDefaultEventReceiver()
          auto generated Axis2 call back method for deployDefaultEventReceiver method override this method for handling normal response from deployDefaultEventReceiver operation
 void receiveResultdeployEventBuilderConfiguration()
          auto generated Axis2 call back method for deployEventBuilderConfiguration method override this method for handling normal response from deployEventBuilderConfiguration operation
 void receiveResultdeployJsonEventBuilderConfiguration()
          auto generated Axis2 call back method for deployJsonEventBuilderConfiguration method override this method for handling normal response from deployJsonEventBuilderConfiguration operation
 void receiveResultdeployMapEventBuilderConfiguration()
          auto generated Axis2 call back method for deployMapEventBuilderConfiguration method override this method for handling normal response from deployMapEventBuilderConfiguration operation
 void receiveResultdeployTextEventBuilderConfiguration()
          auto generated Axis2 call back method for deployTextEventBuilderConfiguration method override this method for handling normal response from deployTextEventBuilderConfiguration operation
 void receiveResultdeployWso2EventBuilderConfiguration()
          auto generated Axis2 call back method for deployWso2EventBuilderConfiguration method override this method for handling normal response from deployWso2EventBuilderConfiguration operation
 void receiveResultdeployXmlEventBuilderConfiguration()
          auto generated Axis2 call back method for deployXmlEventBuilderConfiguration method override this method for handling normal response from deployXmlEventBuilderConfiguration operation
 void receiveResulteditActiveEventBuilderConfiguration()
          auto generated Axis2 call back method for editActiveEventBuilderConfiguration method override this method for handling normal response from editActiveEventBuilderConfiguration operation
 void receiveResulteditInactiveEventBuilderConfiguration()
          auto generated Axis2 call back method for editInactiveEventBuilderConfiguration method override this method for handling normal response from editInactiveEventBuilderConfiguration operation
 void receiveResultgetActiveEventBuilderConfiguration(EventBuilderConfigurationDto result)
          auto generated Axis2 call back method for getActiveEventBuilderConfiguration method override this method for handling normal response from getActiveEventBuilderConfiguration operation
 void receiveResultgetActiveEventBuilderConfigurationContent(String result)
          auto generated Axis2 call back method for getActiveEventBuilderConfigurationContent method override this method for handling normal response from getActiveEventBuilderConfigurationContent operation
 void receiveResultgetAllActiveEventBuilderConfigurations(EventBuilderConfigurationInfoDto[] result)
          auto generated Axis2 call back method for getAllActiveEventBuilderConfigurations method override this method for handling normal response from getAllActiveEventBuilderConfigurations operation
 void receiveResultgetAllInactiveEventBuilderConfigurations(EventBuilderConfigurationFileDto[] result)
          auto generated Axis2 call back method for getAllInactiveEventBuilderConfigurations method override this method for handling normal response from getAllInactiveEventBuilderConfigurations operation
 void receiveResultgetAllStreamSpecificActiveEventBuilderConfiguration(EventBuilderConfigurationDto[] result)
          auto generated Axis2 call back method for getAllStreamSpecificActiveEventBuilderConfiguration method override this method for handling normal response from getAllStreamSpecificActiveEventBuilderConfiguration operation
 void receiveResultgetEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] result)
          auto generated Axis2 call back method for getEventBuilderMessageProperties method override this method for handling normal response from getEventBuilderMessageProperties operation
 void receiveResultgetInactiveEventBuilderConfigurationContent(String result)
          auto generated Axis2 call back method for getInactiveEventBuilderConfigurationContent method override this method for handling normal response from getInactiveEventBuilderConfigurationContent operation
 void receiveResultsetStatisticsEnabled()
          auto generated Axis2 call back method for setStatisticsEnabled method override this method for handling normal response from setStatisticsEnabled operation
 void receiveResultsetTraceEnabled()
          auto generated Axis2 call back method for setTraceEnabled method override this method for handling normal response from setTraceEnabled operation
 void receiveResultundeployActiveEventBuilderConfiguration()
          auto generated Axis2 call back method for undeployActiveEventBuilderConfiguration method override this method for handling normal response from undeployActiveEventBuilderConfiguration operation
 void receiveResultundeployInactiveEventBuilderConfiguration()
          auto generated Axis2 call back method for undeployInactiveEventBuilderConfiguration method override this method for handling normal response from undeployInactiveEventBuilderConfiguration operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientData

protected Object clientData
Constructor Detail

EventBuilderAdminServiceCallbackHandler

public EventBuilderAdminServiceCallbackHandler(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.

EventBuilderAdminServiceCallbackHandler

public EventBuilderAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData

Method Detail

getClientData

public Object getClientData()
Get the client data


receiveResultsetTraceEnabled

public void receiveResultsetTraceEnabled()
auto generated Axis2 call back method for setTraceEnabled method override this method for handling normal response from setTraceEnabled operation


receiveErrorsetTraceEnabled

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


receiveResultundeployInactiveEventBuilderConfiguration

public void receiveResultundeployInactiveEventBuilderConfiguration()
auto generated Axis2 call back method for undeployInactiveEventBuilderConfiguration method override this method for handling normal response from undeployInactiveEventBuilderConfiguration operation


receiveErrorundeployInactiveEventBuilderConfiguration

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


receiveResulteditActiveEventBuilderConfiguration

public void receiveResulteditActiveEventBuilderConfiguration()
auto generated Axis2 call back method for editActiveEventBuilderConfiguration method override this method for handling normal response from editActiveEventBuilderConfiguration operation


receiveErroreditActiveEventBuilderConfiguration

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


receiveResultsetStatisticsEnabled

public void receiveResultsetStatisticsEnabled()
auto generated Axis2 call back method for setStatisticsEnabled method override this method for handling normal response from setStatisticsEnabled operation


receiveErrorsetStatisticsEnabled

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


receiveResultgetAllInactiveEventBuilderConfigurations

public void receiveResultgetAllInactiveEventBuilderConfigurations(EventBuilderConfigurationFileDto[] result)
auto generated Axis2 call back method for getAllInactiveEventBuilderConfigurations method override this method for handling normal response from getAllInactiveEventBuilderConfigurations operation


receiveErrorgetAllInactiveEventBuilderConfigurations

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


receiveResultgetActiveEventBuilderConfiguration

public void receiveResultgetActiveEventBuilderConfiguration(EventBuilderConfigurationDto result)
auto generated Axis2 call back method for getActiveEventBuilderConfiguration method override this method for handling normal response from getActiveEventBuilderConfiguration operation


receiveErrorgetActiveEventBuilderConfiguration

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


receiveResultdeployJsonEventBuilderConfiguration

public void receiveResultdeployJsonEventBuilderConfiguration()
auto generated Axis2 call back method for deployJsonEventBuilderConfiguration method override this method for handling normal response from deployJsonEventBuilderConfiguration operation


receiveErrordeployJsonEventBuilderConfiguration

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


receiveResultgetAllActiveEventBuilderConfigurations

public void receiveResultgetAllActiveEventBuilderConfigurations(EventBuilderConfigurationInfoDto[] result)
auto generated Axis2 call back method for getAllActiveEventBuilderConfigurations method override this method for handling normal response from getAllActiveEventBuilderConfigurations operation


receiveErrorgetAllActiveEventBuilderConfigurations

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


receiveResultgetEventBuilderMessageProperties

public void receiveResultgetEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] result)
auto generated Axis2 call back method for getEventBuilderMessageProperties method override this method for handling normal response from getEventBuilderMessageProperties operation


receiveErrorgetEventBuilderMessageProperties

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


receiveResultgetInactiveEventBuilderConfigurationContent

public void receiveResultgetInactiveEventBuilderConfigurationContent(String result)
auto generated Axis2 call back method for getInactiveEventBuilderConfigurationContent method override this method for handling normal response from getInactiveEventBuilderConfigurationContent operation


receiveErrorgetInactiveEventBuilderConfigurationContent

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


receiveResultdeployDefaultEventReceiver

public void receiveResultdeployDefaultEventReceiver()
auto generated Axis2 call back method for deployDefaultEventReceiver method override this method for handling normal response from deployDefaultEventReceiver operation


receiveErrordeployDefaultEventReceiver

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


receiveResultdeployXmlEventBuilderConfiguration

public void receiveResultdeployXmlEventBuilderConfiguration()
auto generated Axis2 call back method for deployXmlEventBuilderConfiguration method override this method for handling normal response from deployXmlEventBuilderConfiguration operation


receiveErrordeployXmlEventBuilderConfiguration

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


receiveResultundeployActiveEventBuilderConfiguration

public void receiveResultundeployActiveEventBuilderConfiguration()
auto generated Axis2 call back method for undeployActiveEventBuilderConfiguration method override this method for handling normal response from undeployActiveEventBuilderConfiguration operation


receiveErrorundeployActiveEventBuilderConfiguration

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


receiveResultdeployEventBuilderConfiguration

public void receiveResultdeployEventBuilderConfiguration()
auto generated Axis2 call back method for deployEventBuilderConfiguration method override this method for handling normal response from deployEventBuilderConfiguration operation


receiveErrordeployEventBuilderConfiguration

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


receiveResultdeployMapEventBuilderConfiguration

public void receiveResultdeployMapEventBuilderConfiguration()
auto generated Axis2 call back method for deployMapEventBuilderConfiguration method override this method for handling normal response from deployMapEventBuilderConfiguration operation


receiveErrordeployMapEventBuilderConfiguration

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


receiveResultgetActiveEventBuilderConfigurationContent

public void receiveResultgetActiveEventBuilderConfigurationContent(String result)
auto generated Axis2 call back method for getActiveEventBuilderConfigurationContent method override this method for handling normal response from getActiveEventBuilderConfigurationContent operation


receiveErrorgetActiveEventBuilderConfigurationContent

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


receiveResultdeployTextEventBuilderConfiguration

public void receiveResultdeployTextEventBuilderConfiguration()
auto generated Axis2 call back method for deployTextEventBuilderConfiguration method override this method for handling normal response from deployTextEventBuilderConfiguration operation


receiveErrordeployTextEventBuilderConfiguration

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


receiveResulteditInactiveEventBuilderConfiguration

public void receiveResulteditInactiveEventBuilderConfiguration()
auto generated Axis2 call back method for editInactiveEventBuilderConfiguration method override this method for handling normal response from editInactiveEventBuilderConfiguration operation


receiveErroreditInactiveEventBuilderConfiguration

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


receiveResultgetAllStreamSpecificActiveEventBuilderConfiguration

public void receiveResultgetAllStreamSpecificActiveEventBuilderConfiguration(EventBuilderConfigurationDto[] result)
auto generated Axis2 call back method for getAllStreamSpecificActiveEventBuilderConfiguration method override this method for handling normal response from getAllStreamSpecificActiveEventBuilderConfiguration operation


receiveErrorgetAllStreamSpecificActiveEventBuilderConfiguration

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


receiveResultdeployWso2EventBuilderConfiguration

public void receiveResultdeployWso2EventBuilderConfiguration()
auto generated Axis2 call back method for deployWso2EventBuilderConfiguration method override this method for handling normal response from deployWso2EventBuilderConfiguration operation


receiveErrordeployWso2EventBuilderConfiguration

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



Copyright © 2015 WSO2. All rights reserved.