public abstract class EventBrokerServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
EventBrokerServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
EventBrokerServiceCallbackHandler(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 |
receiveErrorgetStatusOp(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getStatusOp operation
|
void |
receiveErrorgetSubscriptions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSubscriptions operation
|
void |
receiveErrorrenewOp(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from renewOp operation
|
void |
receiveErrorsubscribe(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from subscribe operation
|
void |
receiveErrorunsubscribe(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from unsubscribe operation
|
void |
receiveResultgetStatusOp(GetStatusResponse result)
auto generated Axis2 call back method for getStatusOp method
override this method for handling normal response from getStatusOp operation
|
void |
receiveResultgetSubscriptions(GetSubscriptionsResponse result)
auto generated Axis2 call back method for getSubscriptions method
override this method for handling normal response from getSubscriptions operation
|
void |
receiveResultrenewOp(RenewResponse result)
auto generated Axis2 call back method for renewOp method
override this method for handling normal response from renewOp operation
|
void |
receiveResultsubscribe(SubscribeResponse result)
auto generated Axis2 call back method for subscribe method
override this method for handling normal response from subscribe operation
|
void |
receiveResultunsubscribe(org.apache.axiom.om.OMElement[] result)
auto generated Axis2 call back method for unsubscribe method
override this method for handling normal response from unsubscribe operation
|
protected Object clientData
public EventBrokerServiceCallbackHandler(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 EventBrokerServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetStatusOp(GetStatusResponse result)
public void receiveErrorgetStatusOp(Exception e)
public void receiveResultgetSubscriptions(GetSubscriptionsResponse result)
public void receiveErrorgetSubscriptions(Exception e)
public void receiveResultrenewOp(RenewResponse result)
public void receiveErrorrenewOp(Exception e)
public void receiveResultsubscribe(SubscribeResponse result)
public void receiveErrorsubscribe(Exception e)
public void receiveResultunsubscribe(org.apache.axiom.om.OMElement[] result)
public void receiveErrorunsubscribe(Exception e)
Copyright © 2018 WSO2. All rights reserved.