public abstract class ThemeMgtServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
ThemeMgtServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
ThemeMgtServiceCallbackHandler(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 |
receiveErroraddCollection(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addCollection operation
|
void |
receiveErroraddResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addResource operation
|
void |
receiveErroraddTextResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addTextResource operation
|
void |
receiveErrorapplyTheme(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from applyTheme operation
|
void |
receiveErrordelete(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from delete operation
|
void |
receiveErrorgetAllPaths(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllPaths operation
|
void |
receiveErrorgetAllThemes(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllThemes operation
|
void |
receiveErrorgetCollectionContent(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getCollectionContent operation
|
void |
receiveErrorgetContentBean(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getContentBean operation
|
void |
receiveErrorgetContentDownloadBean(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getContentDownloadBean operation
|
void |
receiveErrorgetMetadata(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMetadata operation
|
void |
receiveErrorgetResourceData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getResourceData operation
|
void |
receiveErrorgetResourceTreeEntry(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getResourceTreeEntry operation
|
void |
receiveErrorgetSessionResourcePath(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSessionResourcePath operation
|
void |
receiveErrorgetTextContent(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getTextContent operation
|
void |
receiveErrorimportResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from importResource operation
|
void |
receiveErrorrenameResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from renameResource operation
|
void |
receiveErrorupdateTextContent(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from updateTextContent operation
|
void |
receiveResultaddCollection(String result)
auto generated Axis2 call back method for addCollection method
override this method for handling normal response from addCollection operation
|
void |
receiveResultaddResource()
auto generated Axis2 call back method for addResource method
override this method for handling normal response from addResource operation
|
void |
receiveResultaddTextResource()
auto generated Axis2 call back method for addTextResource method
override this method for handling normal response from addTextResource operation
|
void |
receiveResultapplyTheme()
auto generated Axis2 call back method for applyTheme method
override this method for handling normal response from applyTheme operation
|
void |
receiveResultdelete()
auto generated Axis2 call back method for delete method
override this method for handling normal response from delete operation
|
void |
receiveResultgetAllPaths(String[] result)
auto generated Axis2 call back method for getAllPaths method
override this method for handling normal response from getAllPaths operation
|
void |
receiveResultgetAllThemes(String[] result)
auto generated Axis2 call back method for getAllThemes method
override this method for handling normal response from getAllThemes operation
|
void |
receiveResultgetCollectionContent(CollectionContentBean result)
auto generated Axis2 call back method for getCollectionContent method
override this method for handling normal response from getCollectionContent operation
|
void |
receiveResultgetContentBean(ContentBean result)
auto generated Axis2 call back method for getContentBean method
override this method for handling normal response from getContentBean operation
|
void |
receiveResultgetContentDownloadBean(ContentDownloadBean result)
auto generated Axis2 call back method for getContentDownloadBean method
override this method for handling normal response from getContentDownloadBean operation
|
void |
receiveResultgetMetadata(MetadataBean result)
auto generated Axis2 call back method for getMetadata method
override this method for handling normal response from getMetadata operation
|
void |
receiveResultgetResourceData(ResourceData[] result)
auto generated Axis2 call back method for getResourceData method
override this method for handling normal response from getResourceData operation
|
void |
receiveResultgetResourceTreeEntry(ResourceTreeEntryBean result)
auto generated Axis2 call back method for getResourceTreeEntry method
override this method for handling normal response from getResourceTreeEntry operation
|
void |
receiveResultgetSessionResourcePath(String result)
auto generated Axis2 call back method for getSessionResourcePath method
override this method for handling normal response from getSessionResourcePath operation
|
void |
receiveResultgetTextContent(String result)
auto generated Axis2 call back method for getTextContent method
override this method for handling normal response from getTextContent operation
|
void |
receiveResultimportResource()
auto generated Axis2 call back method for importResource method
override this method for handling normal response from importResource operation
|
void |
receiveResultrenameResource()
auto generated Axis2 call back method for renameResource method
override this method for handling normal response from renameResource operation
|
void |
receiveResultupdateTextContent()
auto generated Axis2 call back method for updateTextContent method
override this method for handling normal response from updateTextContent operation
|
protected Object clientData
public ThemeMgtServiceCallbackHandler(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 ThemeMgtServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetContentDownloadBean(ContentDownloadBean result)
public void receiveErrorgetContentDownloadBean(Exception e)
public void receiveResultaddCollection(String result)
public void receiveErroraddCollection(Exception e)
public void receiveResultupdateTextContent()
public void receiveErrorupdateTextContent(Exception e)
public void receiveResultaddResource()
public void receiveErroraddResource(Exception e)
public void receiveResultrenameResource()
public void receiveErrorrenameResource(Exception e)
public void receiveResultimportResource()
public void receiveErrorimportResource(Exception e)
public void receiveResultaddTextResource()
public void receiveErroraddTextResource(Exception e)
public void receiveResultdelete()
public void receiveErrordelete(Exception e)
public void receiveResultgetCollectionContent(CollectionContentBean result)
public void receiveErrorgetCollectionContent(Exception e)
public void receiveResultgetResourceData(ResourceData[] result)
public void receiveErrorgetResourceData(Exception e)
public void receiveResultgetContentBean(ContentBean result)
public void receiveErrorgetContentBean(Exception e)
public void receiveResultgetAllThemes(String[] result)
public void receiveErrorgetAllThemes(Exception e)
public void receiveResultgetAllPaths(String[] result)
public void receiveErrorgetAllPaths(Exception e)
public void receiveResultapplyTheme()
public void receiveErrorapplyTheme(Exception e)
public void receiveResultgetTextContent(String result)
public void receiveErrorgetTextContent(Exception e)
public void receiveResultgetSessionResourcePath(String result)
public void receiveErrorgetSessionResourcePath(Exception e)
public void receiveResultgetResourceTreeEntry(ResourceTreeEntryBean result)
public void receiveErrorgetResourceTreeEntry(Exception e)
public void receiveResultgetMetadata(MetadataBean result)
public void receiveErrorgetMetadata(Exception e)
Copyright © 2019 WSO2. All rights reserved.