public abstract class EntitlementAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
EntitlementAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
EntitlementAdminServiceCallbackHandler(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 |
receiveErrordoTestRequest(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from doTestRequest operation
|
void |
receiveErrordoTestRequestForGivenPolicies(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from doTestRequestForGivenPolicies operation
|
void |
receiveErrorgetGlobalPolicyAlgorithm(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getGlobalPolicyAlgorithm operation
|
void |
receiveErrorgetPDPData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPDPData operation
|
void |
receiveErrorgetPIPAttributeFinderData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPIPAttributeFinderData operation
|
void |
receiveErrorgetPIPResourceFinderData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPIPResourceFinderData operation
|
void |
receiveErrorgetPolicyFinderData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPolicyFinderData operation
|
void |
receiveResultdoTestRequest(String result)
auto generated Axis2 call back method for doTestRequest method
override this method for handling normal response from doTestRequest operation
|
void |
receiveResultdoTestRequestForGivenPolicies(String result)
auto generated Axis2 call back method for doTestRequestForGivenPolicies method
override this method for handling normal response from doTestRequestForGivenPolicies operation
|
void |
receiveResultgetGlobalPolicyAlgorithm(String result)
auto generated Axis2 call back method for getGlobalPolicyAlgorithm method
override this method for handling normal response from getGlobalPolicyAlgorithm operation
|
void |
receiveResultgetPDPData(PDPDataHolder result)
auto generated Axis2 call back method for getPDPData method
override this method for handling normal response from getPDPData operation
|
void |
receiveResultgetPIPAttributeFinderData(PIPFinderDataHolder result)
auto generated Axis2 call back method for getPIPAttributeFinderData method
override this method for handling normal response from getPIPAttributeFinderData operation
|
void |
receiveResultgetPIPResourceFinderData(PIPFinderDataHolder result)
auto generated Axis2 call back method for getPIPResourceFinderData method
override this method for handling normal response from getPIPResourceFinderData operation
|
void |
receiveResultgetPolicyFinderData(PolicyFinderDataHolder result)
auto generated Axis2 call back method for getPolicyFinderData method
override this method for handling normal response from getPolicyFinderData operation
|
protected Object clientData
public EntitlementAdminServiceCallbackHandler(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 EntitlementAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetGlobalPolicyAlgorithm(String result)
public void receiveErrorgetGlobalPolicyAlgorithm(Exception e)
public void receiveResultgetPIPResourceFinderData(PIPFinderDataHolder result)
public void receiveErrorgetPIPResourceFinderData(Exception e)
public void receiveResultgetPolicyFinderData(PolicyFinderDataHolder result)
public void receiveErrorgetPolicyFinderData(Exception e)
public void receiveResultgetPDPData(PDPDataHolder result)
public void receiveErrorgetPDPData(Exception e)
public void receiveResultgetPIPAttributeFinderData(PIPFinderDataHolder result)
public void receiveErrorgetPIPAttributeFinderData(Exception e)
public void receiveResultdoTestRequest(String result)
public void receiveErrordoTestRequest(Exception e)
public void receiveResultdoTestRequestForGivenPolicies(String result)
public void receiveErrordoTestRequestForGivenPolicies(Exception e)
Copyright © 2022 WSO2. All rights reserved.