Class SequenceAdminServiceCallbackHandler
java.lang.Object
org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler
SequenceAdminServiceCallbackHandler Callback class, Users can extend this class and implement
their own receiveResult and receiveError methods.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPlease 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
Modifier and TypeMethodDescriptionGet the client datavoidauto generated Axis2 Error handler override this method for handling error response from disableStatistics operationvoidauto generated Axis2 Error handler override this method for handling error response from disableTracing operationvoidauto generated Axis2 Error handler override this method for handling error response from enableStatistics operationvoidauto generated Axis2 Error handler override this method for handling error response from enableTracing operationvoidauto generated Axis2 Error handler override this method for handling error response from getDependents operationvoidauto generated Axis2 Error handler override this method for handling error response from getDynamicSequence operationvoidauto generated Axis2 Error handler override this method for handling error response from getDynamicSequenceCount operationvoidauto generated Axis2 Error handler override this method for handling error response from getDynamicSequences operationvoidauto generated Axis2 Error handler override this method for handling error response from getEntryNamesString operationvoidauto generated Axis2 Error handler override this method for handling error response from getSequence operationvoidauto generated Axis2 Error handler override this method for handling error response from getSequenceForTenant operationvoidauto generated Axis2 Error handler override this method for handling error response from getSequences operationvoidauto generated Axis2 Error handler override this method for handling error response from getSequencesCount operationvoidauto generated Axis2 Error handler override this method for handling error response from isExistingSequence operationvoidauto 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 operationvoidauto 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 operationvoidauto 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 Details
-
clientData
-
-
Constructor Details
-
SequenceAdminServiceCallbackHandler
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 Details
-
getClientData
Get the client data -
receiveResultgetEntryNamesString
auto generated Axis2 call back method for getEntryNamesString method override this method for handling normal response from getEntryNamesString operation -
receiveErrorgetEntryNamesString
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
auto generated Axis2 Error handler override this method for handling error response from getSequencesCount operation -
receiveResultgetSequences
auto generated Axis2 call back method for getSequences method override this method for handling normal response from getSequences operation -
receiveErrorgetSequences
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
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
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
auto generated Axis2 Error handler override this method for handling error response from getDynamicSequence operation -
receiveResultenableTracing
auto generated Axis2 call back method for enableTracing method override this method for handling normal response from enableTracing operation -
receiveErrorenableTracing
auto generated Axis2 Error handler override this method for handling error response from enableTracing operation -
receiveResultgetDependents
auto generated Axis2 call back method for getDependents method override this method for handling normal response from getDependents operation -
receiveErrorgetDependents
auto generated Axis2 Error handler override this method for handling error response from getDependents operation -
receiveResultdisableStatistics
auto generated Axis2 call back method for disableStatistics method override this method for handling normal response from disableStatistics operation -
receiveErrordisableStatistics
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
auto generated Axis2 Error handler override this method for handling error response from isExistingSequence operation -
receiveResultenableStatistics
auto generated Axis2 call back method for enableStatistics method override this method for handling normal response from enableStatistics operation -
receiveErrorenableStatistics
auto generated Axis2 Error handler override this method for handling error response from enableStatistics operation -
receiveResultgetDynamicSequences
auto generated Axis2 call back method for getDynamicSequences method override this method for handling normal response from getDynamicSequences operation -
receiveErrorgetDynamicSequences
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
auto generated Axis2 Error handler override this method for handling error response from getSequenceForTenant operation -
receiveResultdisableTracing
auto generated Axis2 call back method for disableTracing method override this method for handling normal response from disableTracing operation -
receiveErrordisableTracing
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
auto generated Axis2 Error handler override this method for handling error response from getSequence operation
-