| Package | Description |
|---|---|
| org.marketcetera.util.rpc | |
| org.marketcetera.util.ws.stateful |
Web services infrastructure.
|
| org.marketcetera.util.ws.tags |
Tags used to identify aspects of web services, and filters for
those tags.
|
| Modifier and Type | Method and Description |
|---|---|
SessionManager<SessionClazz> |
RpcServer.getSessionManager()
Get the sessionManager value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RpcServer.setSessionManager(SessionManager<SessionClazz> inSessionManager)
Sets the sessionManager value.
|
| Modifier and Type | Method and Description |
|---|---|
SessionManager<T> |
ServiceBaseImpl.getSessionManager()
Returns the receiver's session manager.
|
SessionManager<SessionClazz> |
Server.getSessionManager()
Returns the receiver's session manager.
|
SessionManager<T> |
RemoteCall.getSessionManager()
Returns the receiver's session manager.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ValidSessionTagFilter<T> |
RemoteCall.getDefaultSessionIdFilter(SessionManager<T> sessionManager)
Returns the default session ID filter for the given session
manager.
|
| Constructor and Description |
|---|
AuthServiceImpl(Authenticator authenticator,
SessionManager<T> sessionManager)
Creates a new authentication service implementation with the
given authenticator and session manager.
|
RemoteCall(SessionManager<T> sessionManager)
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies two filters
to the client context.
|
RemoteCall(TagFilter versionIdFilter,
TagFilter appIdFilter,
TagFilter clientIdFilter,
SessionManager<T> sessionManager,
TagFilter sessionIdFilter)
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies the given
filters to the client context.
|
RemoteCaller(SessionManager<S> sessionManager)
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies two filters
to the client context.
|
RemoteCaller(TagFilter versionIdFilter,
TagFilter appIdFilter,
TagFilter clientIdFilter,
SessionManager<S> sessionManager,
TagFilter sessionIdFilter)
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies the given
filters to the client context.
|
RemoteRunner(SessionManager<S> sessionManager)
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies two filters
to the client context.
|
RemoteRunner(TagFilter versionIdFilter,
TagFilter appIdFilter,
TagFilter clientIdFilter,
SessionManager<S> sessionManager,
TagFilter sessionIdFilter)
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies the given
filters to the client context.
|
Server(Authenticator authenticator,
SessionManager<SessionClazz> sessionManager)
Creates a new server node with the default server host name and
port, and the given authenticator and session manager.
|
Server(String host,
int port,
Authenticator authenticator,
SessionManager<SessionClazz> sessionManager)
Creates a new server node with the given server host name,
port, authenticator, and session manager.
|
Server(String inHost,
int inPort,
Authenticator inAuthenticator,
SessionManager<SessionClazz> inSessionManager,
ContextClassProvider inContextClassProvider)
Create a new Server instance.
|
ServiceBaseImpl(SessionManager<T> sessionManager)
Creates a new service implementation with the given session
manager.
|
| Modifier and Type | Method and Description |
|---|---|
SessionManager<T> |
ValidSessionTagFilter.getSessionManager()
Returns the receiver's session manager.
|
| Constructor and Description |
|---|
ValidSessionTagFilter(SessionManager<T> sessionManager)
Creates a new filter which uses the given (optional) session
manager for session ID mappings.
|
Copyright © 2015. All Rights Reserved.