| Package | Description |
|---|---|
| org.marketcetera.util.ws.stateful |
Web services infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
ClientContext |
Client.getContext() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
RemoteCaller.call(ClientContext context,
SessionHolder<S> sessionHolder)
The service implementation, executed on behalf of the client
with the given context and associated session holder.
|
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.
|
protected SessionHolder<T> |
RemoteCall.getSessionHolder(ClientContext context)
Asserts that the given client context matches all of the
receiver's filters.
|
void |
AuthServiceImpl.logout(ClientContext context) |
void |
AuthService.logout(ClientContext context)
Logs out the client with the given context.
|
protected abstract void |
RemoteRunner.run(ClientContext context,
SessionHolder<S> sessionHolder)
The service implementation, executed on behalf of the client
with the given context and associated session holder.
|
Copyright © 2015. All Rights Reserved.