com.ca.jcs.sdkws.forwardinc.ws
Class UserServiceStub

java.lang.Object
  extended by org.apache.axis2.client.Stub
      extended by com.ca.jcs.sdkws.forwardinc.ws.UserServiceStub

public class UserServiceStub
extends org.apache.axis2.client.Stub


Nested Class Summary
static class UserServiceStub.AddUser
           
static class UserServiceStub.AddUserResponse
           
static class UserServiceStub.ExtensionMapper
           
static class UserServiceStub.Handle
           
static class UserServiceStub.LookupUser
           
static class UserServiceStub.LookupUserResponse
           
static class UserServiceStub.ModifyUser
           
static class UserServiceStub.ModifyUserResponse
           
static class UserServiceStub.PingUser
           
static class UserServiceStub.PingUserResponse
           
static class UserServiceStub.ReleaseHandle
           
static class UserServiceStub.ReleaseHandleResponse
           
static class UserServiceStub.RemoveUser
           
static class UserServiceStub.RemoveUserResponse
           
static class UserServiceStub.RenameUser
           
static class UserServiceStub.RenameUserResponse
           
static class UserServiceStub.SearchPagedUser
           
static class UserServiceStub.SearchPagedUserResponse
           
static class UserServiceStub.SearchUser
           
static class UserServiceStub.SearchUserResponse
           
static class UserServiceStub.SearchUsers
           
static class UserServiceStub.SearchUsersResponse
           
static class UserServiceStub.User
           
 
Field Summary
protected  org.apache.axis2.description.AxisOperation[] _operations
           
 
Constructor Summary
UserServiceStub()
          Default Constructor
UserServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
          Default Constructor
UserServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
          Constructor that takes in a configContext
UserServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
          Constructor that takes in a configContext and useseperate listner
 
Method Summary
 UserServiceStub.AddUserResponse addUser(UserServiceStub.AddUser addUser10)
          Auto generated method signature
 UserServiceStub.LookupUserResponse lookupUser(UserServiceStub.LookupUser lookupUser4)
          Auto generated method signature
 UserServiceStub.ModifyUserResponse modifyUser(UserServiceStub.ModifyUser modifyUser2)
          Auto generated method signature
 UserServiceStub.PingUserResponse pingUser(UserServiceStub.PingUser pingUser18)
          Auto generated method signature
 UserServiceStub.ReleaseHandleResponse releaseHandle(UserServiceStub.ReleaseHandle releaseHandle12)
          Auto generated method signature
 UserServiceStub.RemoveUserResponse removeUser(UserServiceStub.RemoveUser removeUser8)
          Auto generated method signature
 UserServiceStub.RenameUserResponse renameUser(UserServiceStub.RenameUser renameUser0)
          Auto generated method signature
 UserServiceStub.SearchPagedUserResponse searchPagedUser(UserServiceStub.SearchPagedUser searchPagedUser14)
          Auto generated method signature
 UserServiceStub.SearchUserResponse searchUser(UserServiceStub.SearchUser searchUser6)
          Auto generated method signature
 UserServiceStub.SearchUsersResponse searchUsers(UserServiceStub.SearchUsers searchUsers16)
          Auto generated method signature
 void startaddUser(UserServiceStub.AddUser addUser10, UserServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startlookupUser(UserServiceStub.LookupUser lookupUser4, UserServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startmodifyUser(UserServiceStub.ModifyUser modifyUser2, UserServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startpingUser(UserServiceStub.PingUser pingUser18, UserServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startreleaseHandle(UserServiceStub.ReleaseHandle releaseHandle12, UserServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startremoveUser(UserServiceStub.RemoveUser removeUser8, UserServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startrenameUser(UserServiceStub.RenameUser renameUser0, UserServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startsearchPagedUser(UserServiceStub.SearchPagedUser searchPagedUser14, UserServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startsearchUser(UserServiceStub.SearchUser searchUser6, UserServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startsearchUsers(UserServiceStub.SearchUsers searchUsers16, UserServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_operations

protected org.apache.axis2.description.AxisOperation[] _operations
Constructor Detail

UserServiceStub

public UserServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                       String targetEndpoint)
                throws org.apache.axis2.AxisFault
Constructor that takes in a configContext

Throws:
org.apache.axis2.AxisFault

UserServiceStub

public UserServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                       String targetEndpoint,
                       boolean useSeparateListener)
                throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner

Throws:
org.apache.axis2.AxisFault

UserServiceStub

public UserServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
                throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

UserServiceStub

public UserServiceStub()
                throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault
Method Detail

renameUser

public UserServiceStub.RenameUserResponse renameUser(UserServiceStub.RenameUser renameUser0)
                                              throws RemoteException
Auto generated method signature

Parameters:
renameUser0 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#renameUser

startrenameUser

public void startrenameUser(UserServiceStub.RenameUser renameUser0,
                            UserServiceCallbackHandler callback)
                     throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
renameUser0 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#startrenameUser

modifyUser

public UserServiceStub.ModifyUserResponse modifyUser(UserServiceStub.ModifyUser modifyUser2)
                                              throws RemoteException
Auto generated method signature

Parameters:
modifyUser2 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#modifyUser

startmodifyUser

public void startmodifyUser(UserServiceStub.ModifyUser modifyUser2,
                            UserServiceCallbackHandler callback)
                     throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
modifyUser2 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#startmodifyUser

lookupUser

public UserServiceStub.LookupUserResponse lookupUser(UserServiceStub.LookupUser lookupUser4)
                                              throws RemoteException
Auto generated method signature

Parameters:
lookupUser4 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#lookupUser

startlookupUser

public void startlookupUser(UserServiceStub.LookupUser lookupUser4,
                            UserServiceCallbackHandler callback)
                     throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
lookupUser4 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#startlookupUser

searchUser

public UserServiceStub.SearchUserResponse searchUser(UserServiceStub.SearchUser searchUser6)
                                              throws RemoteException
Auto generated method signature

Parameters:
searchUser6 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#searchUser

startsearchUser

public void startsearchUser(UserServiceStub.SearchUser searchUser6,
                            UserServiceCallbackHandler callback)
                     throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
searchUser6 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#startsearchUser

removeUser

public UserServiceStub.RemoveUserResponse removeUser(UserServiceStub.RemoveUser removeUser8)
                                              throws RemoteException
Auto generated method signature

Parameters:
removeUser8 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#removeUser

startremoveUser

public void startremoveUser(UserServiceStub.RemoveUser removeUser8,
                            UserServiceCallbackHandler callback)
                     throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
removeUser8 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#startremoveUser

addUser

public UserServiceStub.AddUserResponse addUser(UserServiceStub.AddUser addUser10)
                                        throws RemoteException
Auto generated method signature

Parameters:
addUser10 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#addUser

startaddUser

public void startaddUser(UserServiceStub.AddUser addUser10,
                         UserServiceCallbackHandler callback)
                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
addUser10 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#startaddUser

releaseHandle

public UserServiceStub.ReleaseHandleResponse releaseHandle(UserServiceStub.ReleaseHandle releaseHandle12)
                                                    throws RemoteException
Auto generated method signature

Parameters:
releaseHandle12 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#releaseHandle

startreleaseHandle

public void startreleaseHandle(UserServiceStub.ReleaseHandle releaseHandle12,
                               UserServiceCallbackHandler callback)
                        throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
releaseHandle12 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#startreleaseHandle

searchPagedUser

public UserServiceStub.SearchPagedUserResponse searchPagedUser(UserServiceStub.SearchPagedUser searchPagedUser14)
                                                        throws RemoteException
Auto generated method signature

Parameters:
searchPagedUser14 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#searchPagedUser

startsearchPagedUser

public void startsearchPagedUser(UserServiceStub.SearchPagedUser searchPagedUser14,
                                 UserServiceCallbackHandler callback)
                          throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
searchPagedUser14 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#startsearchPagedUser

searchUsers

public UserServiceStub.SearchUsersResponse searchUsers(UserServiceStub.SearchUsers searchUsers16)
                                                throws RemoteException
Auto generated method signature

Parameters:
searchUsers16 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#searchUsers

startsearchUsers

public void startsearchUsers(UserServiceStub.SearchUsers searchUsers16,
                             UserServiceCallbackHandler callback)
                      throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
searchUsers16 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#startsearchUsers

pingUser

public UserServiceStub.PingUserResponse pingUser(UserServiceStub.PingUser pingUser18)
                                          throws RemoteException
Auto generated method signature

Parameters:
pingUser18 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#pingUser

startpingUser

public void startpingUser(UserServiceStub.PingUser pingUser18,
                          UserServiceCallbackHandler callback)
                   throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
pingUser18 -
Throws:
RemoteException
See Also:
com.ca.jcs.sdkws.forwardinc.ws.UserService#startpingUser


Created 2011-07-14 13:27 EST