org.wso2.carbon.event.stream.manager.stub
Class EventStreamAdminServiceCallbackHandler

java.lang.Object
  extended by org.wso2.carbon.event.stream.manager.stub.EventStreamAdminServiceCallbackHandler

public abstract class EventStreamAdminServiceCallbackHandler
extends Object

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


Field Summary
protected  Object clientData
           
 
Constructor Summary
EventStreamAdminServiceCallbackHandler()
          Please use this constructor if you don't want to set any clientData
EventStreamAdminServiceCallbackHandler(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 receiveErroraddEventStreamDefinitionAsDto(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from addEventStreamDefinitionAsDto operation
 void receiveErroraddEventStreamDefinitionAsString(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from addEventStreamDefinitionAsString operation
 void receiveErrorconvertEventStreamDefinitionDtoToString(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from convertEventStreamDefinitionDtoToString operation
 void receiveErrorconvertStringToEventStreamDefinitionDto(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from convertStringToEventStreamDefinitionDto operation
 void receiveErroreditEventStreamDefinitionAsDto(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from editEventStreamDefinitionAsDto operation
 void receiveErroreditEventStreamDefinitionAsString(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from editEventStreamDefinitionAsString operation
 void receiveErrorgenerateSampleEvent(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from generateSampleEvent operation
 void receiveErrorgetAllEventStreamDefinitionDto(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getAllEventStreamDefinitionDto operation
 void receiveErrorgetStreamDefinitionAsString(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getStreamDefinitionAsString operation
 void receiveErrorgetStreamDefinitionDto(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getStreamDefinitionDto operation
 void receiveErrorgetStreamDetailsForStreamId(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getStreamDetailsForStreamId operation
 void receiveErrorgetStreamNames(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getStreamNames operation
 void receiveErrorremoveEventStreamDefinition(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from removeEventStreamDefinition operation
 void receiveResultaddEventStreamDefinitionAsDto()
          auto generated Axis2 call back method for addEventStreamDefinitionAsDto method override this method for handling normal response from addEventStreamDefinitionAsDto operation
 void receiveResultaddEventStreamDefinitionAsString()
          auto generated Axis2 call back method for addEventStreamDefinitionAsString method override this method for handling normal response from addEventStreamDefinitionAsString operation
 void receiveResultconvertEventStreamDefinitionDtoToString(String result)
          auto generated Axis2 call back method for convertEventStreamDefinitionDtoToString method override this method for handling normal response from convertEventStreamDefinitionDtoToString operation
 void receiveResultconvertStringToEventStreamDefinitionDto(EventStreamDefinitionDto result)
          auto generated Axis2 call back method for convertStringToEventStreamDefinitionDto method override this method for handling normal response from convertStringToEventStreamDefinitionDto operation
 void receiveResulteditEventStreamDefinitionAsDto()
          auto generated Axis2 call back method for editEventStreamDefinitionAsDto method override this method for handling normal response from editEventStreamDefinitionAsDto operation
 void receiveResulteditEventStreamDefinitionAsString()
          auto generated Axis2 call back method for editEventStreamDefinitionAsString method override this method for handling normal response from editEventStreamDefinitionAsString operation
 void receiveResultgenerateSampleEvent(String result)
          auto generated Axis2 call back method for generateSampleEvent method override this method for handling normal response from generateSampleEvent operation
 void receiveResultgetAllEventStreamDefinitionDto(EventStreamInfoDto[] result)
          auto generated Axis2 call back method for getAllEventStreamDefinitionDto method override this method for handling normal response from getAllEventStreamDefinitionDto operation
 void receiveResultgetStreamDefinitionAsString(String result)
          auto generated Axis2 call back method for getStreamDefinitionAsString method override this method for handling normal response from getStreamDefinitionAsString operation
 void receiveResultgetStreamDefinitionDto(EventStreamDefinitionDto result)
          auto generated Axis2 call back method for getStreamDefinitionDto method override this method for handling normal response from getStreamDefinitionDto operation
 void receiveResultgetStreamDetailsForStreamId(String[] result)
          auto generated Axis2 call back method for getStreamDetailsForStreamId method override this method for handling normal response from getStreamDetailsForStreamId operation
 void receiveResultgetStreamNames(String[] result)
          auto generated Axis2 call back method for getStreamNames method override this method for handling normal response from getStreamNames operation
 void receiveResultremoveEventStreamDefinition()
          auto generated Axis2 call back method for removeEventStreamDefinition method override this method for handling normal response from removeEventStreamDefinition 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

EventStreamAdminServiceCallbackHandler

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

EventStreamAdminServiceCallbackHandler

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

Method Detail

getClientData

public Object getClientData()
Get the client data


receiveResultgetStreamDefinitionDto

public void receiveResultgetStreamDefinitionDto(EventStreamDefinitionDto result)
auto generated Axis2 call back method for getStreamDefinitionDto method override this method for handling normal response from getStreamDefinitionDto operation


receiveErrorgetStreamDefinitionDto

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


receiveResultaddEventStreamDefinitionAsDto

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


receiveErroraddEventStreamDefinitionAsDto

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


receiveResulteditEventStreamDefinitionAsDto

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


receiveErroreditEventStreamDefinitionAsDto

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


receiveResultgetAllEventStreamDefinitionDto

public void receiveResultgetAllEventStreamDefinitionDto(EventStreamInfoDto[] result)
auto generated Axis2 call back method for getAllEventStreamDefinitionDto method override this method for handling normal response from getAllEventStreamDefinitionDto operation


receiveErrorgetAllEventStreamDefinitionDto

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


receiveResultaddEventStreamDefinitionAsString

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


receiveErroraddEventStreamDefinitionAsString

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


receiveResulteditEventStreamDefinitionAsString

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


receiveErroreditEventStreamDefinitionAsString

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


receiveResultgetStreamDetailsForStreamId

public void receiveResultgetStreamDetailsForStreamId(String[] result)
auto generated Axis2 call back method for getStreamDetailsForStreamId method override this method for handling normal response from getStreamDetailsForStreamId operation


receiveErrorgetStreamDetailsForStreamId

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


receiveResultconvertStringToEventStreamDefinitionDto

public void receiveResultconvertStringToEventStreamDefinitionDto(EventStreamDefinitionDto result)
auto generated Axis2 call back method for convertStringToEventStreamDefinitionDto method override this method for handling normal response from convertStringToEventStreamDefinitionDto operation


receiveErrorconvertStringToEventStreamDefinitionDto

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


receiveResultgenerateSampleEvent

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


receiveErrorgenerateSampleEvent

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


receiveResultconvertEventStreamDefinitionDtoToString

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


receiveErrorconvertEventStreamDefinitionDtoToString

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


receiveResultgetStreamNames

public void receiveResultgetStreamNames(String[] result)
auto generated Axis2 call back method for getStreamNames method override this method for handling normal response from getStreamNames operation


receiveErrorgetStreamNames

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


receiveResultremoveEventStreamDefinition

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


receiveErrorremoveEventStreamDefinition

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


receiveResultgetStreamDefinitionAsString

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


receiveErrorgetStreamDefinitionAsString

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



Copyright © 2015 WSO2. All rights reserved.