|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.event.stream.manager.stub.EventStreamAdminServiceCallbackHandler
public abstract class EventStreamAdminServiceCallbackHandler
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 |
|---|
protected Object clientData
| Constructor Detail |
|---|
public EventStreamAdminServiceCallbackHandler(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 EventStreamAdminServiceCallbackHandler()
| Method Detail |
|---|
public Object getClientData()
public void receiveResultgetStreamDefinitionDto(EventStreamDefinitionDto result)
public void receiveErrorgetStreamDefinitionDto(Exception e)
public void receiveResultaddEventStreamDefinitionAsDto()
public void receiveErroraddEventStreamDefinitionAsDto(Exception e)
public void receiveResulteditEventStreamDefinitionAsDto()
public void receiveErroreditEventStreamDefinitionAsDto(Exception e)
public void receiveResultgetAllEventStreamDefinitionDto(EventStreamInfoDto[] result)
public void receiveErrorgetAllEventStreamDefinitionDto(Exception e)
public void receiveResultaddEventStreamDefinitionAsString()
public void receiveErroraddEventStreamDefinitionAsString(Exception e)
public void receiveResulteditEventStreamDefinitionAsString()
public void receiveErroreditEventStreamDefinitionAsString(Exception e)
public void receiveResultgetStreamDetailsForStreamId(String[] result)
public void receiveErrorgetStreamDetailsForStreamId(Exception e)
public void receiveResultconvertStringToEventStreamDefinitionDto(EventStreamDefinitionDto result)
public void receiveErrorconvertStringToEventStreamDefinitionDto(Exception e)
public void receiveResultgenerateSampleEvent(String result)
public void receiveErrorgenerateSampleEvent(Exception e)
public void receiveResultconvertEventStreamDefinitionDtoToString(String result)
public void receiveErrorconvertEventStreamDefinitionDtoToString(Exception e)
public void receiveResultgetStreamNames(String[] result)
public void receiveErrorgetStreamNames(Exception e)
public void receiveResultremoveEventStreamDefinition()
public void receiveErrorremoveEventStreamDefinition(Exception e)
public void receiveResultgetStreamDefinitionAsString(String result)
public void receiveErrorgetStreamDefinitionAsString(Exception e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||