|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.jcs.sdkws.forwardinc.ws.UserServiceCallbackHandler
public abstract class UserServiceCallbackHandler
UserServiceCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.
| Field Summary | |
|---|---|
protected Object |
clientData
|
| Constructor Summary | |
|---|---|
UserServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData |
|
UserServiceCallbackHandler(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 |
receiveErroraddUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from addUser operation |
void |
receiveErrorlookupUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from lookupUser operation |
void |
receiveErrormodifyUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from modifyUser operation |
void |
receiveErrorpingUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from pingUser operation |
void |
receiveErrorreleaseHandle(Exception e)
auto generated Axis2 Error handler override this method for handling error response from releaseHandle operation |
void |
receiveErrorremoveUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from removeUser operation |
void |
receiveErrorrenameUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from renameUser operation |
void |
receiveErrorsearchPagedUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from searchPagedUser operation |
void |
receiveErrorsearchUser(Exception e)
auto generated Axis2 Error handler override this method for handling error response from searchUser operation |
void |
receiveErrorsearchUsers(Exception e)
auto generated Axis2 Error handler override this method for handling error response from searchUsers operation |
void |
receiveResultaddUser(UserServiceStub.AddUserResponse result)
auto generated Axis2 call back method for addUser method override this method for handling normal response from addUser operation |
void |
receiveResultlookupUser(UserServiceStub.LookupUserResponse result)
auto generated Axis2 call back method for lookupUser method override this method for handling normal response from lookupUser operation |
void |
receiveResultmodifyUser(UserServiceStub.ModifyUserResponse result)
auto generated Axis2 call back method for modifyUser method override this method for handling normal response from modifyUser operation |
void |
receiveResultpingUser(UserServiceStub.PingUserResponse result)
auto generated Axis2 call back method for pingUser method override this method for handling normal response from pingUser operation |
void |
receiveResultreleaseHandle(UserServiceStub.ReleaseHandleResponse result)
auto generated Axis2 call back method for releaseHandle method override this method for handling normal response from releaseHandle operation |
void |
receiveResultremoveUser(UserServiceStub.RemoveUserResponse result)
auto generated Axis2 call back method for removeUser method override this method for handling normal response from removeUser operation |
void |
receiveResultrenameUser(UserServiceStub.RenameUserResponse result)
auto generated Axis2 call back method for renameUser method override this method for handling normal response from renameUser operation |
void |
receiveResultsearchPagedUser(UserServiceStub.SearchPagedUserResponse result)
auto generated Axis2 call back method for searchPagedUser method override this method for handling normal response from searchPagedUser operation |
void |
receiveResultsearchUser(UserServiceStub.SearchUserResponse result)
auto generated Axis2 call back method for searchUser method override this method for handling normal response from searchUser operation |
void |
receiveResultsearchUsers(UserServiceStub.SearchUsersResponse result)
auto generated Axis2 call back method for searchUsers method override this method for handling normal response from searchUsers 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 UserServiceCallbackHandler(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 UserServiceCallbackHandler()
| Method Detail |
|---|
public Object getClientData()
public void receiveResultrenameUser(UserServiceStub.RenameUserResponse result)
public void receiveErrorrenameUser(Exception e)
public void receiveResultmodifyUser(UserServiceStub.ModifyUserResponse result)
public void receiveErrormodifyUser(Exception e)
public void receiveResultlookupUser(UserServiceStub.LookupUserResponse result)
public void receiveErrorlookupUser(Exception e)
public void receiveResultsearchUser(UserServiceStub.SearchUserResponse result)
public void receiveErrorsearchUser(Exception e)
public void receiveResultremoveUser(UserServiceStub.RemoveUserResponse result)
public void receiveErrorremoveUser(Exception e)
public void receiveResultaddUser(UserServiceStub.AddUserResponse result)
public void receiveErroraddUser(Exception e)
public void receiveResultreleaseHandle(UserServiceStub.ReleaseHandleResponse result)
public void receiveErrorreleaseHandle(Exception e)
public void receiveResultsearchPagedUser(UserServiceStub.SearchPagedUserResponse result)
public void receiveErrorsearchPagedUser(Exception e)
public void receiveResultsearchUsers(UserServiceStub.SearchUsersResponse result)
public void receiveErrorsearchUsers(Exception e)
public void receiveResultpingUser(UserServiceStub.PingUserResponse result)
public void receiveErrorpingUser(Exception e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||