public abstract class PublishEventMediatorConfigAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
PublishEventMediatorConfigAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
PublishEventMediatorConfigAdminCallbackHandler(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 |
receiveErrordeleteEventSink(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteEventSink operation
|
void |
receiveErrorgetAllEventSinks(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllEventSinks operation
|
void |
receiveErrorgetEventSinkFromName(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEventSinkFromName operation
|
void |
receiveErrorupdateEventSink(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from updateEventSink operation
|
void |
receiveErrorwriteEventSink(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from writeEventSink operation
|
void |
receiveResultdeleteEventSink(boolean result)
auto generated Axis2 call back method for deleteEventSink method
override this method for handling normal response from deleteEventSink operation
|
void |
receiveResultgetAllEventSinks(EventSink[] result)
auto generated Axis2 call back method for getAllEventSinks method
override this method for handling normal response from getAllEventSinks operation
|
void |
receiveResultgetEventSinkFromName(EventSink result)
auto generated Axis2 call back method for getEventSinkFromName method
override this method for handling normal response from getEventSinkFromName operation
|
void |
receiveResultupdateEventSink(boolean result)
auto generated Axis2 call back method for updateEventSink method
override this method for handling normal response from updateEventSink operation
|
void |
receiveResultwriteEventSink(boolean result)
auto generated Axis2 call back method for writeEventSink method
override this method for handling normal response from writeEventSink operation
|
protected Object clientData
public PublishEventMediatorConfigAdminCallbackHandler(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 PublishEventMediatorConfigAdminCallbackHandler()
public Object getClientData()
public void receiveResultdeleteEventSink(boolean result)
public void receiveErrordeleteEventSink(Exception e)
public void receiveResultupdateEventSink(boolean result)
public void receiveErrorupdateEventSink(Exception e)
public void receiveResultgetAllEventSinks(EventSink[] result)
public void receiveErrorgetAllEventSinks(Exception e)
public void receiveResultgetEventSinkFromName(EventSink result)
public void receiveErrorgetEventSinkFromName(Exception e)
public void receiveResultwriteEventSink(boolean result)
public void receiveErrorwriteEventSink(Exception e)
Copyright © 2020 WSO2. All rights reserved.