public abstract class EntitlementPolicyAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
EntitlementPolicyAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
EntitlementPolicyAdminServiceCallbackHandler(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 |
receiveErrorgetAllPolicies(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllPolicies operation
|
void |
receiveErrorgetAllPolicyIds(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllPolicyIds operation
|
void |
receiveErrorgetEntitlementData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEntitlementData operation
|
void |
receiveErrorgetEntitlementDataModules(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEntitlementDataModules operation
|
void |
receiveErrorgetLightPolicy(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getLightPolicy operation
|
void |
receiveErrorgetPolicy(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPolicy operation
|
void |
receiveErrorgetPolicyByVersion(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPolicyByVersion operation
|
void |
receiveErrorgetPolicyVersions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPolicyVersions operation
|
void |
receiveErrorgetPublisherModuleData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPublisherModuleData operation
|
void |
receiveErrorgetStatusData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getStatusData operation
|
void |
receiveErrorgetSubscriber(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSubscriber operation
|
void |
receiveErrorgetSubscriberIds(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSubscriberIds operation
|
void |
receiveResultgetAllPolicies(PaginatedPolicySetDTO result)
auto generated Axis2 call back method for getAllPolicies method
override this method for handling normal response from getAllPolicies operation
|
void |
receiveResultgetAllPolicyIds(String[] result)
auto generated Axis2 call back method for getAllPolicyIds method
override this method for handling normal response from getAllPolicyIds operation
|
void |
receiveResultgetEntitlementData(EntitlementTreeNodeDTO result)
auto generated Axis2 call back method for getEntitlementData method
override this method for handling normal response from getEntitlementData operation
|
void |
receiveResultgetEntitlementDataModules(EntitlementFinderDataHolder[] result)
auto generated Axis2 call back method for getEntitlementDataModules method
override this method for handling normal response from getEntitlementDataModules operation
|
void |
receiveResultgetLightPolicy(PolicyDTO result)
auto generated Axis2 call back method for getLightPolicy method
override this method for handling normal response from getLightPolicy operation
|
void |
receiveResultgetPolicy(PolicyDTO result)
auto generated Axis2 call back method for getPolicy method
override this method for handling normal response from getPolicy operation
|
void |
receiveResultgetPolicyByVersion(PolicyDTO result)
auto generated Axis2 call back method for getPolicyByVersion method
override this method for handling normal response from getPolicyByVersion operation
|
void |
receiveResultgetPolicyVersions(String[] result)
auto generated Axis2 call back method for getPolicyVersions method
override this method for handling normal response from getPolicyVersions operation
|
void |
receiveResultgetPublisherModuleData(PublisherDataHolder[] result)
auto generated Axis2 call back method for getPublisherModuleData method
override this method for handling normal response from getPublisherModuleData operation
|
void |
receiveResultgetStatusData(PaginatedStatusHolder result)
auto generated Axis2 call back method for getStatusData method
override this method for handling normal response from getStatusData operation
|
void |
receiveResultgetSubscriber(PublisherDataHolder result)
auto generated Axis2 call back method for getSubscriber method
override this method for handling normal response from getSubscriber operation
|
void |
receiveResultgetSubscriberIds(String[] result)
auto generated Axis2 call back method for getSubscriberIds method
override this method for handling normal response from getSubscriberIds operation
|
protected Object clientData
public EntitlementPolicyAdminServiceCallbackHandler(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 EntitlementPolicyAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetStatusData(PaginatedStatusHolder result)
public void receiveErrorgetStatusData(Exception e)
public void receiveResultgetSubscriber(PublisherDataHolder result)
public void receiveErrorgetSubscriber(Exception e)
public void receiveResultgetPolicy(PolicyDTO result)
public void receiveErrorgetPolicy(Exception e)
public void receiveResultgetAllPolicyIds(String[] result)
public void receiveErrorgetAllPolicyIds(Exception e)
public void receiveResultgetEntitlementDataModules(EntitlementFinderDataHolder[] result)
public void receiveErrorgetEntitlementDataModules(Exception e)
public void receiveResultgetSubscriberIds(String[] result)
public void receiveErrorgetSubscriberIds(Exception e)
public void receiveResultgetLightPolicy(PolicyDTO result)
public void receiveErrorgetLightPolicy(Exception e)
public void receiveResultgetPublisherModuleData(PublisherDataHolder[] result)
public void receiveErrorgetPublisherModuleData(Exception e)
public void receiveResultgetPolicyVersions(String[] result)
public void receiveErrorgetPolicyVersions(Exception e)
public void receiveResultgetEntitlementData(EntitlementTreeNodeDTO result)
public void receiveErrorgetEntitlementData(Exception e)
public void receiveResultgetPolicyByVersion(PolicyDTO result)
public void receiveErrorgetPolicyByVersion(Exception e)
public void receiveResultgetAllPolicies(PaginatedPolicySetDTO result)
public void receiveErrorgetAllPolicies(Exception e)
Copyright © 2017 WSO2. All rights reserved.