public abstract class ResourceAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
ResourceAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
ResourceAdminServiceCallbackHandler(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 |
receiveErroraddExtension(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addExtension operation
|
void |
receiveErroraddResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addResource operation
|
void |
receiveErroraddRolePermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addRolePermission operation
|
void |
receiveErroraddTextContent(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addTextContent operation
|
void |
receiveErroraddTextResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addTextResource operation
|
void |
receiveErroraddUserPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addUserPermission operation
|
void |
receiveErrorchangeRolePermissions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from changeRolePermissions operation
|
void |
receiveErrorchangeUserPermissions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from changeUserPermissions operation
|
void |
receiveErrorcopyResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from copyResource operation
|
void |
receiveErrorcreateVersion(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from createVersion operation
|
void |
receiveErrordelete(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from delete operation
|
void |
receiveErrordeleteVersionHistory(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteVersionHistory operation
|
void |
receiveErrorgetCollectionContent(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getCollectionContent operation
|
void |
receiveErrorgetCollectionMediatypeDefinitions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getCollectionMediatypeDefinitions 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 |
receiveErrorgetCustomUIMediatypeDefinitions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getCustomUIMediatypeDefinitions operation
|
void |
receiveErrorgetHumanReadableMediaTypes(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getHumanReadableMediaTypes operation
|
void |
receiveErrorgetMediatypeDefinitions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMediatypeDefinitions operation
|
void |
receiveErrorgetMetadata(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMetadata operation
|
void |
receiveErrorgetMimeTypeFromHuman(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMimeTypeFromHuman operation
|
void |
receiveErrorgetPermissions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPermissions operation
|
void |
receiveErrorgetProperty(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getProperty 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 |
receiveErrorgetVersionsBean(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getVersionsBean operation
|
void |
receiveErrorgetZipWithDependencies(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getZipWithDependencies operation
|
void |
receiveErrorhasAssociations(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from hasAssociations operation
|
void |
receiveErrorimportResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from importResource operation
|
void |
receiveErrorlistExtensions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listExtensions operation
|
void |
receiveErrormoveResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from moveResource operation
|
void |
receiveErrorremoveExtension(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from removeExtension operation
|
void |
receiveErrorrenameResource(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from renameResource operation
|
void |
receiveErrorrestoreVersion(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from restoreVersion 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 |
receiveResultaddExtension(boolean result)
auto generated Axis2 call back method for addExtension method
override this method for handling normal response from addExtension operation
|
void |
receiveResultaddResource(boolean result)
auto generated Axis2 call back method for addResource method
override this method for handling normal response from addResource operation
|
void |
receiveResultaddRolePermission(boolean result)
auto generated Axis2 call back method for addRolePermission method
override this method for handling normal response from addRolePermission operation
|
void |
receiveResultaddTextContent(boolean result)
auto generated Axis2 call back method for addTextContent method
override this method for handling normal response from addTextContent operation
|
void |
receiveResultaddTextResource(boolean result)
auto generated Axis2 call back method for addTextResource method
override this method for handling normal response from addTextResource operation
|
void |
receiveResultaddUserPermission(boolean result)
auto generated Axis2 call back method for addUserPermission method
override this method for handling normal response from addUserPermission operation
|
void |
receiveResultchangeRolePermissions(boolean result)
auto generated Axis2 call back method for changeRolePermissions method
override this method for handling normal response from changeRolePermissions operation
|
void |
receiveResultchangeUserPermissions(boolean result)
auto generated Axis2 call back method for changeUserPermissions method
override this method for handling normal response from changeUserPermissions operation
|
void |
receiveResultcopyResource(boolean result)
auto generated Axis2 call back method for copyResource method
override this method for handling normal response from copyResource operation
|
void |
receiveResultcreateVersion(boolean result)
auto generated Axis2 call back method for createVersion method
override this method for handling normal response from createVersion operation
|
void |
receiveResultdelete(boolean result)
auto generated Axis2 call back method for delete method
override this method for handling normal response from delete operation
|
void |
receiveResultdeleteVersionHistory(boolean result)
auto generated Axis2 call back method for deleteVersionHistory method
override this method for handling normal response from deleteVersionHistory 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 |
receiveResultgetCollectionMediatypeDefinitions(String result)
auto generated Axis2 call back method for getCollectionMediatypeDefinitions method
override this method for handling normal response from getCollectionMediatypeDefinitions 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 |
receiveResultgetCustomUIMediatypeDefinitions(String result)
auto generated Axis2 call back method for getCustomUIMediatypeDefinitions method
override this method for handling normal response from getCustomUIMediatypeDefinitions operation
|
void |
receiveResultgetHumanReadableMediaTypes(String result)
auto generated Axis2 call back method for getHumanReadableMediaTypes method
override this method for handling normal response from getHumanReadableMediaTypes operation
|
void |
receiveResultgetMediatypeDefinitions(String result)
auto generated Axis2 call back method for getMediatypeDefinitions method
override this method for handling normal response from getMediatypeDefinitions 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 |
receiveResultgetMimeTypeFromHuman(String result)
auto generated Axis2 call back method for getMimeTypeFromHuman method
override this method for handling normal response from getMimeTypeFromHuman operation
|
void |
receiveResultgetPermissions(PermissionBean result)
auto generated Axis2 call back method for getPermissions method
override this method for handling normal response from getPermissions operation
|
void |
receiveResultgetProperty(String result)
auto generated Axis2 call back method for getProperty method
override this method for handling normal response from getProperty 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 |
receiveResultgetVersionsBean(VersionsBean result)
auto generated Axis2 call back method for getVersionsBean method
override this method for handling normal response from getVersionsBean operation
|
void |
receiveResultgetZipWithDependencies(ContentDownloadBean result)
auto generated Axis2 call back method for getZipWithDependencies method
override this method for handling normal response from getZipWithDependencies operation
|
void |
receiveResulthasAssociations(boolean result)
auto generated Axis2 call back method for hasAssociations method
override this method for handling normal response from hasAssociations operation
|
void |
receiveResultimportResource(boolean result)
auto generated Axis2 call back method for importResource method
override this method for handling normal response from importResource operation
|
void |
receiveResultlistExtensions(String[] result)
auto generated Axis2 call back method for listExtensions method
override this method for handling normal response from listExtensions operation
|
void |
receiveResultmoveResource(boolean result)
auto generated Axis2 call back method for moveResource method
override this method for handling normal response from moveResource operation
|
void |
receiveResultremoveExtension(boolean result)
auto generated Axis2 call back method for removeExtension method
override this method for handling normal response from removeExtension operation
|
void |
receiveResultrenameResource(boolean result)
auto generated Axis2 call back method for renameResource method
override this method for handling normal response from renameResource operation
|
void |
receiveResultrestoreVersion(boolean result)
auto generated Axis2 call back method for restoreVersion method
override this method for handling normal response from restoreVersion operation
|
void |
receiveResultupdateTextContent(boolean result)
auto generated Axis2 call back method for updateTextContent method
override this method for handling normal response from updateTextContent operation
|
protected Object clientData
public ResourceAdminServiceCallbackHandler(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 ResourceAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultcreateVersion(boolean result)
public void receiveErrorcreateVersion(Exception e)
public void receiveResultmoveResource(boolean result)
public void receiveErrormoveResource(Exception e)
public void receiveResulthasAssociations(boolean result)
public void receiveErrorhasAssociations(Exception e)
public void receiveResultgetMetadata(MetadataBean result)
public void receiveErrorgetMetadata(Exception e)
public void receiveResultgetProperty(String result)
public void receiveErrorgetProperty(Exception e)
public void receiveResultaddTextResource(boolean result)
public void receiveErroraddTextResource(Exception e)
public void receiveResultaddExtension(boolean result)
public void receiveErroraddExtension(Exception e)
public void receiveResultdelete(boolean result)
public void receiveErrordelete(Exception e)
public void receiveResultdeleteVersionHistory(boolean result)
public void receiveErrordeleteVersionHistory(Exception e)
public void receiveResultgetMediatypeDefinitions(String result)
public void receiveErrorgetMediatypeDefinitions(Exception e)
public void receiveResultimportResource(boolean result)
public void receiveErrorimportResource(Exception e)
public void receiveResultcopyResource(boolean result)
public void receiveErrorcopyResource(Exception e)
public void receiveResultlistExtensions(String[] result)
public void receiveErrorlistExtensions(Exception e)
public void receiveResultaddResource(boolean result)
public void receiveErroraddResource(Exception e)
public void receiveResultgetResourceTreeEntry(ResourceTreeEntryBean result)
public void receiveErrorgetResourceTreeEntry(Exception e)
public void receiveResultgetCustomUIMediatypeDefinitions(String result)
public void receiveErrorgetCustomUIMediatypeDefinitions(Exception e)
public void receiveResultgetPermissions(PermissionBean result)
public void receiveErrorgetPermissions(Exception e)
public void receiveResultupdateTextContent(boolean result)
public void receiveErrorupdateTextContent(Exception e)
public void receiveResultchangeUserPermissions(boolean result)
public void receiveErrorchangeUserPermissions(Exception e)
public void receiveResultgetZipWithDependencies(ContentDownloadBean result)
public void receiveErrorgetZipWithDependencies(Exception e)
public void receiveResultrestoreVersion(boolean result)
public void receiveErrorrestoreVersion(Exception e)
public void receiveResultgetHumanReadableMediaTypes(String result)
public void receiveErrorgetHumanReadableMediaTypes(Exception e)
public void receiveResultgetVersionsBean(VersionsBean result)
public void receiveErrorgetVersionsBean(Exception e)
public void receiveResultrenameResource(boolean result)
public void receiveErrorrenameResource(Exception e)
public void receiveResultgetResourceData(ResourceData[] result)
public void receiveErrorgetResourceData(Exception e)
public void receiveResultremoveExtension(boolean result)
public void receiveErrorremoveExtension(Exception e)
public void receiveResultgetSessionResourcePath(String result)
public void receiveErrorgetSessionResourcePath(Exception e)
public void receiveResultgetContentDownloadBean(ContentDownloadBean result)
public void receiveErrorgetContentDownloadBean(Exception e)
public void receiveResultaddUserPermission(boolean result)
public void receiveErroraddUserPermission(Exception e)
public void receiveResultgetCollectionMediatypeDefinitions(String result)
public void receiveErrorgetCollectionMediatypeDefinitions(Exception e)
public void receiveResultaddTextContent(boolean result)
public void receiveErroraddTextContent(Exception e)
public void receiveResultaddCollection(String result)
public void receiveErroraddCollection(Exception e)
public void receiveResultgetTextContent(String result)
public void receiveErrorgetTextContent(Exception e)
public void receiveResultgetMimeTypeFromHuman(String result)
public void receiveErrorgetMimeTypeFromHuman(Exception e)
public void receiveResultchangeRolePermissions(boolean result)
public void receiveErrorchangeRolePermissions(Exception e)
public void receiveResultgetContentBean(ContentBean result)
public void receiveErrorgetContentBean(Exception e)
public void receiveResultgetCollectionContent(CollectionContentBean result)
public void receiveErrorgetCollectionContent(Exception e)
public void receiveResultaddRolePermission(boolean result)
public void receiveErroraddRolePermission(Exception e)
Copyright © 2017 WSO2. All rights reserved.