public abstract class SequenceAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
SequenceAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
getClientData()
Get the client data
|
void |
receiveErrordisableStatistics(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from disableStatistics operation
|
void |
receiveErrordisableTracing(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from disableTracing operation
|
void |
receiveErrorenableStatistics(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from enableStatistics operation
|
void |
receiveErrorenableTracing(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from enableTracing operation
|
void |
receiveErrorgetDependents(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDependents operation
|
void |
receiveErrorgetDynamicSequence(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDynamicSequence operation
|
void |
receiveErrorgetDynamicSequenceCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDynamicSequenceCount operation
|
void |
receiveErrorgetDynamicSequences(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDynamicSequences operation
|
void |
receiveErrorgetEntryNamesString(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEntryNamesString operation
|
void |
receiveErrorgetSequence(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSequence operation
|
void |
receiveErrorgetSequenceForTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSequenceForTenant operation
|
void |
receiveErrorgetSequences(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSequences operation
|
void |
receiveErrorgetSequencesCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSequencesCount operation
|
void |
receiveErrorisExistingSequence(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isExistingSequence operation
|
void |
receiveErrorisExistingSequenceForTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isExistingSequenceForTenant operation
|
void |
receiveResultdisableStatistics(String result)
auto generated Axis2 call back method for disableStatistics method
override this method for handling normal response from disableStatistics operation
|
void |
receiveResultdisableTracing(String result)
auto generated Axis2 call back method for disableTracing method
override this method for handling normal response from disableTracing operation
|
void |
receiveResultenableStatistics(String result)
auto generated Axis2 call back method for enableStatistics method
override this method for handling normal response from enableStatistics operation
|
void |
receiveResultenableTracing(String result)
auto generated Axis2 call back method for enableTracing method
override this method for handling normal response from enableTracing operation
|
void |
receiveResultgetDependents(ConfigurationObject[] result)
auto generated Axis2 call back method for getDependents method
override this method for handling normal response from getDependents operation
|
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
|
void |
receiveResultgetDynamicSequenceCount(int result)
auto generated Axis2 call back method for getDynamicSequenceCount method
override this method for handling normal response from getDynamicSequenceCount operation
|
void |
receiveResultgetDynamicSequences(SequenceInfo[] result)
auto generated Axis2 call back method for getDynamicSequences method
override this method for handling normal response from getDynamicSequences operation
|
void |
receiveResultgetEntryNamesString(String result)
auto generated Axis2 call back method for getEntryNamesString method
override this method for handling normal response from getEntryNamesString operation
|
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
|
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
|
void |
receiveResultgetSequences(SequenceInfo[] result)
auto generated Axis2 call back method for getSequences method
override this method for handling normal response from getSequences operation
|
void |
receiveResultgetSequencesCount(int result)
auto generated Axis2 call back method for getSequencesCount method
override this method for handling normal response from getSequencesCount operation
|
void |
receiveResultisExistingSequence(boolean result)
auto generated Axis2 call back method for isExistingSequence method
override this method for handling normal response from isExistingSequence operation
|
void |
receiveResultisExistingSequenceForTenant(boolean result)
auto generated Axis2 call back method for isExistingSequenceForTenant method
override this method for handling normal response from isExistingSequenceForTenant operation
|
protected Object clientData
public SequenceAdminServiceCallbackHandler(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 SequenceAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetEntryNamesString(String result)
public void receiveErrorgetEntryNamesString(Exception e)
public void receiveResultgetSequencesCount(int result)
public void receiveErrorgetSequencesCount(Exception e)
public void receiveResultgetSequences(SequenceInfo[] result)
public void receiveErrorgetSequences(Exception e)
public void receiveResultgetDynamicSequenceCount(int result)
public void receiveErrorgetDynamicSequenceCount(Exception e)
public void receiveResultisExistingSequenceForTenant(boolean result)
public void receiveErrorisExistingSequenceForTenant(Exception e)
public void receiveResultgetDynamicSequence(org.apache.axiom.om.OMElement result)
public void receiveErrorgetDynamicSequence(Exception e)
public void receiveResultenableTracing(String result)
public void receiveErrorenableTracing(Exception e)
public void receiveResultgetDependents(ConfigurationObject[] result)
public void receiveErrorgetDependents(Exception e)
public void receiveResultdisableStatistics(String result)
public void receiveErrordisableStatistics(Exception e)
public void receiveResultisExistingSequence(boolean result)
public void receiveErrorisExistingSequence(Exception e)
public void receiveResultenableStatistics(String result)
public void receiveErrorenableStatistics(Exception e)
public void receiveResultgetDynamicSequences(SequenceInfo[] result)
public void receiveErrorgetDynamicSequences(Exception e)
public void receiveResultgetSequenceForTenant(org.apache.axiom.om.OMElement result)
public void receiveErrorgetSequenceForTenant(Exception e)
public void receiveResultdisableTracing(String result)
public void receiveErrordisableTracing(Exception e)
public void receiveResultgetSequence(org.apache.axiom.om.OMElement result)
public void receiveErrorgetSequence(Exception e)
Copyright © 2018 WSO2. All rights reserved.