| Package | Description |
|---|---|
| org.marketcetera.util.ws.stateful |
Web services infrastructure.
|
| org.marketcetera.util.ws.stateless |
Infrastructure for stateless communication between client and
server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteRunner.execute(ClientContext context)
Invokes the service implementation on behalf of the client with
the given context.
|
T |
RemoteCaller.execute(ClientContext context)
Invokes the service implementation on behalf of the client with
the given context.
|
SessionId |
AuthServiceImpl.login(StatelessClientContext context,
String user,
char[] password) |
SessionId |
AuthService.login(StatelessClientContext context,
String user,
char[] password)
Logs in the client with the given context, provided the given
credentials are acceptable.
|
void |
Client.login(String user,
char[] password)
Initiates a new session using the given credentials.
|
void |
Client.logout()
Ends an ongoing session.
|
void |
AuthServiceImpl.logout(ClientContext context) |
void |
AuthService.logout(ClientContext context)
Logs out the client with the given context.
|
| Modifier and Type | Method and Description |
|---|---|
protected RemoteException |
StatelessRemoteCall.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatelessRemoteRunner.execute(StatelessClientContext context)
Invokes the service implementation on behalf of the client with
the given context.
|
T |
StatelessRemoteCaller.execute(StatelessClientContext context)
Invokes the service implementation on behalf of the client with
the given context.
|
Copyright © 2015. All Rights Reserved.