public abstract class TemplateAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
TemplateAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
TemplateAdminServiceCallbackHandler(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 |
receiveErrorgetDynamicTemplate(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDynamicTemplate operation
|
void |
receiveErrorgetDynamicTemplateCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDynamicTemplateCount operation
|
void |
receiveErrorgetDynamicTemplates(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDynamicTemplates operation
|
void |
receiveErrorgetTemplate(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getTemplate operation
|
void |
receiveErrorgetTemplates(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getTemplates operation
|
void |
receiveErrorgetTemplatesCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getTemplatesCount 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 |
receiveResultgetDynamicTemplate(org.apache.axiom.om.OMElement result)
auto generated Axis2 call back method for getDynamicTemplate method
override this method for handling normal response from getDynamicTemplate operation
|
void |
receiveResultgetDynamicTemplateCount(int result)
auto generated Axis2 call back method for getDynamicTemplateCount method
override this method for handling normal response from getDynamicTemplateCount operation
|
void |
receiveResultgetDynamicTemplates(TemplateInfo[] result)
auto generated Axis2 call back method for getDynamicTemplates method
override this method for handling normal response from getDynamicTemplates operation
|
void |
receiveResultgetTemplate(org.apache.axiom.om.OMElement result)
auto generated Axis2 call back method for getTemplate method
override this method for handling normal response from getTemplate operation
|
void |
receiveResultgetTemplates(TemplateInfo[] result)
auto generated Axis2 call back method for getTemplates method
override this method for handling normal response from getTemplates operation
|
void |
receiveResultgetTemplatesCount(int result)
auto generated Axis2 call back method for getTemplatesCount method
override this method for handling normal response from getTemplatesCount operation
|
protected Object clientData
public TemplateAdminServiceCallbackHandler(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 TemplateAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultdisableTracing(String result)
public void receiveErrordisableTracing(Exception e)
public void receiveResultgetDynamicTemplate(org.apache.axiom.om.OMElement result)
public void receiveErrorgetDynamicTemplate(Exception e)
public void receiveResultdisableStatistics(String result)
public void receiveErrordisableStatistics(Exception e)
public void receiveResultgetDynamicTemplates(TemplateInfo[] result)
public void receiveErrorgetDynamicTemplates(Exception e)
public void receiveResultgetTemplates(TemplateInfo[] result)
public void receiveErrorgetTemplates(Exception e)
public void receiveResultenableStatistics(String result)
public void receiveErrorenableStatistics(Exception e)
public void receiveResultgetTemplate(org.apache.axiom.om.OMElement result)
public void receiveErrorgetTemplate(Exception e)
public void receiveResultenableTracing(String result)
public void receiveErrorenableTracing(Exception e)
public void receiveResultgetDynamicTemplateCount(int result)
public void receiveErrorgetDynamicTemplateCount(Exception e)
public void receiveResultgetTemplatesCount(int result)
public void receiveErrorgetTemplatesCount(Exception e)
Copyright © 2017 WSO2. All rights reserved.