Class SequenceAdminServiceCallbackHandler
- java.lang.Object
-
- org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler
-
public abstract class SequenceAdminServiceCallbackHandler extends Object
SequenceAdminServiceCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectclientData
-
Constructor Summary
Constructors Constructor Description SequenceAdminServiceCallbackHandler()Please use this constructor if you don't want to set any clientDataSequenceAdminServiceCallbackHandler(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetClientData()Get the client datavoidreceiveErrordisableStatistics(Exception e)auto generated Axis2 Error handler override this method for handling error response from disableStatistics operationvoidreceiveErrordisableTracing(Exception e)auto generated Axis2 Error handler override this method for handling error response from disableTracing operationvoidreceiveErrorenableStatistics(Exception e)auto generated Axis2 Error handler override this method for handling error response from enableStatistics operationvoidreceiveErrorenableTracing(Exception e)auto generated Axis2 Error handler override this method for handling error response from enableTracing operationvoidreceiveErrorgetDependents(Exception e)auto generated Axis2 Error handler override this method for handling error response from getDependents operationvoidreceiveErrorgetDynamicSequence(Exception e)auto generated Axis2 Error handler override this method for handling error response from getDynamicSequence operationvoidreceiveErrorgetDynamicSequenceCount(Exception e)auto generated Axis2 Error handler override this method for handling error response from getDynamicSequenceCount operationvoidreceiveErrorgetDynamicSequences(Exception e)auto generated Axis2 Error handler override this method for handling error response from getDynamicSequences operationvoidreceiveErrorgetEntryNamesString(Exception e)auto generated Axis2 Error handler override this method for handling error response from getEntryNamesString operationvoidreceiveErrorgetSequence(Exception e)auto generated Axis2 Error handler override this method for handling error response from getSequence operationvoidreceiveErrorgetSequenceForTenant(Exception e)auto generated Axis2 Error handler override this method for handling error response from getSequenceForTenant operationvoidreceiveErrorgetSequences(Exception e)auto generated Axis2 Error handler override this method for handling error response from getSequences operationvoidreceiveErrorgetSequencesCount(Exception e)auto generated Axis2 Error handler override this method for handling error response from getSequencesCount operationvoidreceiveErrorisExistingSequence(Exception e)auto generated Axis2 Error handler override this method for handling error response from isExistingSequence operationvoidreceiveErrorisExistingSequenceForTenant(Exception e)auto generated Axis2 Error handler override this method for handling error response from isExistingSequenceForTenant operationvoidreceiveResultdisableStatistics(String result)auto generated Axis2 call back method for disableStatistics method override this method for handling normal response from disableStatistics operationvoidreceiveResultdisableTracing(String result)auto generated Axis2 call back method for disableTracing method override this method for handling normal response from disableTracing operationvoidreceiveResultenableStatistics(String result)auto generated Axis2 call back method for enableStatistics method override this method for handling normal response from enableStatistics operationvoidreceiveResultenableTracing(String result)auto generated Axis2 call back method for enableTracing method override this method for handling normal response from enableTracing operationvoidreceiveResultgetDependents(ConfigurationObject[] result)auto generated Axis2 call back method for getDependents method override this method for handling normal response from getDependents operationvoidreceiveResultgetDynamicSequence(org.apache.axiom.om.OMElement result)auto generated Axis2 call back method for getDynamicSequence method override this method for handling normal response from getDynamicSequence operationvoidreceiveResultgetDynamicSequenceCount(int result)auto generated Axis2 call back method for getDynamicSequenceCount method override this method for handling normal response from getDynamicSequenceCount operationvoidreceiveResultgetDynamicSequences(SequenceInfo[] result)auto generated Axis2 call back method for getDynamicSequences method override this method for handling normal response from getDynamicSequences operationvoidreceiveResultgetEntryNamesString(String result)auto generated Axis2 call back method for getEntryNamesString method override this method for handling normal response from getEntryNamesString operationvoidreceiveResultgetSequence(org.apache.axiom.om.OMElement result)auto generated Axis2 call back method for getSequence method override this method for handling normal response from getSequence operationvoidreceiveResultgetSequenceForTenant(org.apache.axiom.om.OMElement result)auto generated Axis2 call back method for getSequenceForTenant method override this method for handling normal response from getSequenceForTenant operationvoidreceiveResultgetSequences(SequenceInfo[] result)auto generated Axis2 call back method for getSequences method override this method for handling normal response from getSequences operationvoidreceiveResultgetSequencesCount(int result)auto generated Axis2 call back method for getSequencesCount method override this method for handling normal response from getSequencesCount operationvoidreceiveResultisExistingSequence(boolean result)auto generated Axis2 call back method for isExistingSequence method override this method for handling normal response from isExistingSequence operationvoidreceiveResultisExistingSequenceForTenant(boolean result)auto generated Axis2 call back method for isExistingSequenceForTenant method override this method for handling normal response from isExistingSequenceForTenant operation
-
-
-
Field Detail
-
clientData
protected Object clientData
-
-
Constructor Detail
-
SequenceAdminServiceCallbackHandler
public SequenceAdminServiceCallbackHandler(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.- Parameters:
clientData- Object mechanism by which the user can pass in user data that will be avilable at the time this callback is called.
-
SequenceAdminServiceCallbackHandler
public SequenceAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
-
-
Method Detail
-
getClientData
public Object getClientData()
Get the client data
-
receiveResultgetEntryNamesString
public void receiveResultgetEntryNamesString(String result)
auto generated Axis2 call back method for getEntryNamesString method override this method for handling normal response from getEntryNamesString operation
-
receiveErrorgetEntryNamesString
public void receiveErrorgetEntryNamesString(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntryNamesString operation
-
receiveResultgetSequencesCount
public void receiveResultgetSequencesCount(int result)
auto generated Axis2 call back method for getSequencesCount method override this method for handling normal response from getSequencesCount operation
-
receiveErrorgetSequencesCount
public void receiveErrorgetSequencesCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSequencesCount operation
-
receiveResultgetSequences
public void receiveResultgetSequences(SequenceInfo[] result)
auto generated Axis2 call back method for getSequences method override this method for handling normal response from getSequences operation
-
receiveErrorgetSequences
public void receiveErrorgetSequences(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSequences operation
-
receiveResultgetDynamicSequenceCount
public void receiveResultgetDynamicSequenceCount(int result)
auto generated Axis2 call back method for getDynamicSequenceCount method override this method for handling normal response from getDynamicSequenceCount operation
-
receiveErrorgetDynamicSequenceCount
public void receiveErrorgetDynamicSequenceCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getDynamicSequenceCount operation
-
receiveResultisExistingSequenceForTenant
public void receiveResultisExistingSequenceForTenant(boolean result)
auto generated Axis2 call back method for isExistingSequenceForTenant method override this method for handling normal response from isExistingSequenceForTenant operation
-
receiveErrorisExistingSequenceForTenant
public void receiveErrorisExistingSequenceForTenant(Exception e)
auto generated Axis2 Error handler override this method for handling error response from isExistingSequenceForTenant operation
-
receiveResultgetDynamicSequence
public void receiveResultgetDynamicSequence(org.apache.axiom.om.OMElement result)
auto generated Axis2 call back method for getDynamicSequence method override this method for handling normal response from getDynamicSequence operation
-
receiveErrorgetDynamicSequence
public void receiveErrorgetDynamicSequence(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getDynamicSequence operation
-
receiveResultenableTracing
public void receiveResultenableTracing(String result)
auto generated Axis2 call back method for enableTracing method override this method for handling normal response from enableTracing operation
-
receiveErrorenableTracing
public void receiveErrorenableTracing(Exception e)
auto generated Axis2 Error handler override this method for handling error response from enableTracing operation
-
receiveResultgetDependents
public void receiveResultgetDependents(ConfigurationObject[] result)
auto generated Axis2 call back method for getDependents method override this method for handling normal response from getDependents operation
-
receiveErrorgetDependents
public void receiveErrorgetDependents(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getDependents operation
-
receiveResultdisableStatistics
public void receiveResultdisableStatistics(String result)
auto generated Axis2 call back method for disableStatistics method override this method for handling normal response from disableStatistics operation
-
receiveErrordisableStatistics
public void receiveErrordisableStatistics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from disableStatistics operation
-
receiveResultisExistingSequence
public void receiveResultisExistingSequence(boolean result)
auto generated Axis2 call back method for isExistingSequence method override this method for handling normal response from isExistingSequence operation
-
receiveErrorisExistingSequence
public void receiveErrorisExistingSequence(Exception e)
auto generated Axis2 Error handler override this method for handling error response from isExistingSequence operation
-
receiveResultenableStatistics
public void receiveResultenableStatistics(String result)
auto generated Axis2 call back method for enableStatistics method override this method for handling normal response from enableStatistics operation
-
receiveErrorenableStatistics
public void receiveErrorenableStatistics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from enableStatistics operation
-
receiveResultgetDynamicSequences
public void receiveResultgetDynamicSequences(SequenceInfo[] result)
auto generated Axis2 call back method for getDynamicSequences method override this method for handling normal response from getDynamicSequences operation
-
receiveErrorgetDynamicSequences
public void receiveErrorgetDynamicSequences(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getDynamicSequences operation
-
receiveResultgetSequenceForTenant
public void receiveResultgetSequenceForTenant(org.apache.axiom.om.OMElement result)
auto generated Axis2 call back method for getSequenceForTenant method override this method for handling normal response from getSequenceForTenant operation
-
receiveErrorgetSequenceForTenant
public void receiveErrorgetSequenceForTenant(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSequenceForTenant operation
-
receiveResultdisableTracing
public void receiveResultdisableTracing(String result)
auto generated Axis2 call back method for disableTracing method override this method for handling normal response from disableTracing operation
-
receiveErrordisableTracing
public void receiveErrordisableTracing(Exception e)
auto generated Axis2 Error handler override this method for handling error response from disableTracing operation
-
receiveResultgetSequence
public void receiveResultgetSequence(org.apache.axiom.om.OMElement result)
auto generated Axis2 call back method for getSequence method override this method for handling normal response from getSequence operation
-
receiveErrorgetSequence
public void receiveErrorgetSequence(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSequence operation
-
-