Uses of Class
org.marketcetera.util.ws.wrappers.RemoteException
-
Packages that use RemoteException Package Description org.marketcetera.util.ws.stateful Web services infrastructure.org.marketcetera.util.ws.stateless Infrastructure for stateless communication between client and server. -
-
Uses of RemoteException in org.marketcetera.util.ws.stateful
Methods in org.marketcetera.util.ws.stateful that throw RemoteException Modifier and Type Method Description TRemoteCaller. execute(ClientContext context)Invokes the service implementation on behalf of the client with the given context.voidRemoteRunner. execute(ClientContext context)Invokes the service implementation on behalf of the client with the given context.SessionIdAuthService. login(StatelessClientContext context, String user, char[] password)Logs in the client with the given context, provided the given credentials are acceptable.SessionIdAuthServiceImpl. login(StatelessClientContext context, String user, char[] password)voidClient. login(String user, char[] password)Initiates a new session using the given credentials.voidAuthService. logout(ClientContext context)Logs out the client with the given context.voidAuthServiceImpl. logout(ClientContext context)voidClient. logout()Ends an ongoing session. -
Uses of RemoteException in org.marketcetera.util.ws.stateless
Methods in org.marketcetera.util.ws.stateless that return RemoteException Modifier and Type Method Description protected RemoteExceptionStatelessRemoteCall. wrapFailure(StatelessClientContext context, Throwable t)Called by subclasses after custom processing of a service call on behalf of the client with the given context completes unsuccessfully.Methods in org.marketcetera.util.ws.stateless that throw RemoteException Modifier and Type Method Description TStatelessRemoteCaller. execute(StatelessClientContext context)Invokes the service implementation on behalf of the client with the given context.voidStatelessRemoteRunner. execute(StatelessClientContext context)Invokes the service implementation on behalf of the client with the given context.
-