|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.kwfgrid.gwes.xmldbclient.AdminServiceCallbackHandler
public abstract class AdminServiceCallbackHandler
AdminServiceCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.
| Field Summary | |
|---|---|
protected Object |
clientData
|
| Constructor Summary | |
|---|---|
AdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData |
|
AdminServiceCallbackHandler(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 | |
|---|---|
Object |
getClientData()
Get the client data |
void |
receiveErrorconnect(Exception e)
auto generated Axis2 Error handler override this method for handling error response from connect operation |
void |
receiveErrorcopyCollection(Exception e)
auto generated Axis2 Error handler override this method for handling error response from copyCollection operation |
void |
receiveErrorcopyResource(Exception e)
auto generated Axis2 Error handler override this method for handling error response from copyResource operation |
void |
receiveErrorcreateCollection(Exception e)
auto generated Axis2 Error handler override this method for handling error response from createCollection operation |
void |
receiveErrordisconnect(Exception e)
auto generated Axis2 Error handler override this method for handling error response from disconnect operation |
void |
receiveErrorgetBinaryResource(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getBinaryResource operation |
void |
receiveErrorgetCollectionDesc(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getCollectionDesc operation |
void |
receiveErrorgetGroups(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getGroups operation |
void |
receiveErrorgetIndexedElements(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getIndexedElements operation |
void |
receiveErrorgetPermissions(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getPermissions operation |
void |
receiveErrorgetUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getUser operation |
void |
receiveErrorgetUsers(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getUsers operation |
void |
receiveErrorhasUserLock(Exception e)
auto generated Axis2 Error handler override this method for handling error response from hasUserLock operation |
void |
receiveErrorlistCollectionPermissions(Exception e)
auto generated Axis2 Error handler override this method for handling error response from listCollectionPermissions operation |
void |
receiveErrorlistDocumentPermissions(Exception e)
auto generated Axis2 Error handler override this method for handling error response from listDocumentPermissions operation |
void |
receiveErrorlockResource(Exception e)
auto generated Axis2 Error handler override this method for handling error response from lockResource operation |
void |
receiveErrormoveCollection(Exception e)
auto generated Axis2 Error handler override this method for handling error response from moveCollection operation |
void |
receiveErrormoveResource(Exception e)
auto generated Axis2 Error handler override this method for handling error response from moveResource operation |
void |
receiveErrorremoveCollection(Exception e)
auto generated Axis2 Error handler override this method for handling error response from removeCollection operation |
void |
receiveErrorremoveDocument(Exception e)
auto generated Axis2 Error handler override this method for handling error response from removeDocument operation |
void |
receiveErrorremoveUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from removeUser operation |
void |
receiveErrorsetPermissions(Exception e)
auto generated Axis2 Error handler override this method for handling error response from setPermissions operation |
void |
receiveErrorsetUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from setUser operation |
void |
receiveErrorstore(Exception e)
auto generated Axis2 Error handler override this method for handling error response from store operation |
void |
receiveErrorstoreBinary(Exception e)
auto generated Axis2 Error handler override this method for handling error response from storeBinary operation |
void |
receiveErrorunlockResource(Exception e)
auto generated Axis2 Error handler override this method for handling error response from unlockResource operation |
void |
receiveErrorxupdate(Exception e)
auto generated Axis2 Error handler override this method for handling error response from xupdate operation |
void |
receiveErrorxupdateResource(Exception e)
auto generated Axis2 Error handler override this method for handling error response from xupdateResource operation |
void |
receiveResultconnect(AdminServiceStub.ConnectResponse result)
auto generated Axis2 call back method for connect method override this method for handling normal response from connect operation |
void |
receiveResultcopyCollection(AdminServiceStub.CopyCollectionResponse result)
auto generated Axis2 call back method for copyCollection method override this method for handling normal response from copyCollection operation |
void |
receiveResultcopyResource(AdminServiceStub.CopyResourceResponse result)
auto generated Axis2 call back method for copyResource method override this method for handling normal response from copyResource operation |
void |
receiveResultcreateCollection(AdminServiceStub.CreateCollectionResponse result)
auto generated Axis2 call back method for createCollection method override this method for handling normal response from createCollection operation |
void |
receiveResultdisconnect(AdminServiceStub.DisconnectResponse result)
auto generated Axis2 call back method for disconnect method override this method for handling normal response from disconnect operation |
void |
receiveResultgetBinaryResource(AdminServiceStub.GetBinaryResourceResponse result)
auto generated Axis2 call back method for getBinaryResource method override this method for handling normal response from getBinaryResource operation |
void |
receiveResultgetCollectionDesc(AdminServiceStub.GetCollectionDescResponse result)
auto generated Axis2 call back method for getCollectionDesc method override this method for handling normal response from getCollectionDesc operation |
void |
receiveResultgetGroups(AdminServiceStub.GetGroupsResponse result)
auto generated Axis2 call back method for getGroups method override this method for handling normal response from getGroups operation |
void |
receiveResultgetIndexedElements(AdminServiceStub.GetIndexedElementsResponse result)
auto generated Axis2 call back method for getIndexedElements method override this method for handling normal response from getIndexedElements operation |
void |
receiveResultgetPermissions(AdminServiceStub.GetPermissionsResponse result)
auto generated Axis2 call back method for getPermissions method override this method for handling normal response from getPermissions operation |
void |
receiveResultgetUser(AdminServiceStub.GetUserResponse result)
auto generated Axis2 call back method for getUser method override this method for handling normal response from getUser operation |
void |
receiveResultgetUsers(AdminServiceStub.GetUsersResponse result)
auto generated Axis2 call back method for getUsers method override this method for handling normal response from getUsers operation |
void |
receiveResulthasUserLock(AdminServiceStub.HasUserLockResponse result)
auto generated Axis2 call back method for hasUserLock method override this method for handling normal response from hasUserLock operation |
void |
receiveResultlistCollectionPermissions(AdminServiceStub.ListCollectionPermissionsResponse result)
auto generated Axis2 call back method for listCollectionPermissions method override this method for handling normal response from listCollectionPermissions operation |
void |
receiveResultlistDocumentPermissions(AdminServiceStub.ListDocumentPermissionsResponse result)
auto generated Axis2 call back method for listDocumentPermissions method override this method for handling normal response from listDocumentPermissions operation |
void |
receiveResultlockResource(AdminServiceStub.LockResourceResponse result)
auto generated Axis2 call back method for lockResource method override this method for handling normal response from lockResource operation |
void |
receiveResultmoveCollection(AdminServiceStub.MoveCollectionResponse result)
auto generated Axis2 call back method for moveCollection method override this method for handling normal response from moveCollection operation |
void |
receiveResultmoveResource(AdminServiceStub.MoveResourceResponse result)
auto generated Axis2 call back method for moveResource method override this method for handling normal response from moveResource operation |
void |
receiveResultremoveCollection(AdminServiceStub.RemoveCollectionResponse result)
auto generated Axis2 call back method for removeCollection method override this method for handling normal response from removeCollection operation |
void |
receiveResultremoveDocument(AdminServiceStub.RemoveDocumentResponse result)
auto generated Axis2 call back method for removeDocument method override this method for handling normal response from removeDocument operation |
void |
receiveResultremoveUser(AdminServiceStub.RemoveUserResponse result)
auto generated Axis2 call back method for removeUser method override this method for handling normal response from removeUser operation |
void |
receiveResultsetPermissions(AdminServiceStub.SetPermissionsResponse result)
auto generated Axis2 call back method for setPermissions method override this method for handling normal response from setPermissions operation |
void |
receiveResultsetUser(AdminServiceStub.SetUserResponse result)
auto generated Axis2 call back method for setUser method override this method for handling normal response from setUser operation |
void |
receiveResultstore(AdminServiceStub.StoreResponse result)
auto generated Axis2 call back method for store method override this method for handling normal response from store operation |
void |
receiveResultstoreBinary(AdminServiceStub.StoreBinaryResponse result)
auto generated Axis2 call back method for storeBinary method override this method for handling normal response from storeBinary operation |
void |
receiveResultunlockResource(AdminServiceStub.UnlockResourceResponse result)
auto generated Axis2 call back method for unlockResource method override this method for handling normal response from unlockResource operation |
void |
receiveResultxupdate(AdminServiceStub.XupdateResponse result)
auto generated Axis2 call back method for xupdate method override this method for handling normal response from xupdate operation |
void |
receiveResultxupdateResource(AdminServiceStub.XupdateResourceResponse result)
auto generated Axis2 call back method for xupdateResource method override this method for handling normal response from xupdateResource operation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object clientData
| Constructor Detail |
|---|
public AdminServiceCallbackHandler(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 AdminServiceCallbackHandler()
| Method Detail |
|---|
public Object getClientData()
public void receiveResultxupdate(AdminServiceStub.XupdateResponse result)
public void receiveErrorxupdate(Exception e)
public void receiveResultunlockResource(AdminServiceStub.UnlockResourceResponse result)
public void receiveErrorunlockResource(Exception e)
public void receiveResultgetUser(AdminServiceStub.GetUserResponse result)
public void receiveErrorgetUser(Exception e)
public void receiveResultremoveCollection(AdminServiceStub.RemoveCollectionResponse result)
public void receiveErrorremoveCollection(Exception e)
public void receiveResultsetPermissions(AdminServiceStub.SetPermissionsResponse result)
public void receiveErrorsetPermissions(Exception e)
public void receiveResultgetCollectionDesc(AdminServiceStub.GetCollectionDescResponse result)
public void receiveErrorgetCollectionDesc(Exception e)
public void receiveResultstoreBinary(AdminServiceStub.StoreBinaryResponse result)
public void receiveErrorstoreBinary(Exception e)
public void receiveResultremoveDocument(AdminServiceStub.RemoveDocumentResponse result)
public void receiveErrorremoveDocument(Exception e)
public void receiveResultlistDocumentPermissions(AdminServiceStub.ListDocumentPermissionsResponse result)
public void receiveErrorlistDocumentPermissions(Exception e)
public void receiveResultstore(AdminServiceStub.StoreResponse result)
public void receiveErrorstore(Exception e)
public void receiveResultgetGroups(AdminServiceStub.GetGroupsResponse result)
public void receiveErrorgetGroups(Exception e)
public void receiveResultcopyCollection(AdminServiceStub.CopyCollectionResponse result)
public void receiveErrorcopyCollection(Exception e)
public void receiveResultxupdateResource(AdminServiceStub.XupdateResourceResponse result)
public void receiveErrorxupdateResource(Exception e)
public void receiveResulthasUserLock(AdminServiceStub.HasUserLockResponse result)
public void receiveErrorhasUserLock(Exception e)
public void receiveResultcreateCollection(AdminServiceStub.CreateCollectionResponse result)
public void receiveErrorcreateCollection(Exception e)
public void receiveResultgetPermissions(AdminServiceStub.GetPermissionsResponse result)
public void receiveErrorgetPermissions(Exception e)
public void receiveResultmoveCollection(AdminServiceStub.MoveCollectionResponse result)
public void receiveErrormoveCollection(Exception e)
public void receiveResultgetIndexedElements(AdminServiceStub.GetIndexedElementsResponse result)
public void receiveErrorgetIndexedElements(Exception e)
public void receiveResultgetUsers(AdminServiceStub.GetUsersResponse result)
public void receiveErrorgetUsers(Exception e)
public void receiveResultdisconnect(AdminServiceStub.DisconnectResponse result)
public void receiveErrordisconnect(Exception e)
public void receiveResultlistCollectionPermissions(AdminServiceStub.ListCollectionPermissionsResponse result)
public void receiveErrorlistCollectionPermissions(Exception e)
public void receiveResultmoveResource(AdminServiceStub.MoveResourceResponse result)
public void receiveErrormoveResource(Exception e)
public void receiveResultlockResource(AdminServiceStub.LockResourceResponse result)
public void receiveErrorlockResource(Exception e)
public void receiveResultgetBinaryResource(AdminServiceStub.GetBinaryResourceResponse result)
public void receiveErrorgetBinaryResource(Exception e)
public void receiveResultconnect(AdminServiceStub.ConnectResponse result)
public void receiveErrorconnect(Exception e)
public void receiveResultremoveUser(AdminServiceStub.RemoveUserResponse result)
public void receiveErrorremoveUser(Exception e)
public void receiveResultcopyResource(AdminServiceStub.CopyResourceResponse result)
public void receiveErrorcopyResource(Exception e)
public void receiveResultsetUser(AdminServiceStub.SetUserResponse result)
public void receiveErrorsetUser(Exception e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||