Package org.marketcetera.util.ws.stateful

Web services infrastructure.

See:
          Description

Interface Summary
Authenticator An authenticator of user credentials.
AuthService An authentication service interface.
Messages The internationalization constants used by this package.
ServiceBase The base interface for all stateful web services.
SessionFactory<T> A session (data object) factory.
 

Class Summary
AuthServiceImpl<T> An authentication service implementation.
Client A client node for stateful communication.
ClientContext The client context which the client must supply as an argument to every stateful remote call.
FixedAuthenticator An authenticator which accepts a single pair of user name/password credentials.
RemoteCall<T> An implementation wrapper for stateful services.
RemoteCaller<S,T> An implementation wrapper for stateful services.
RemoteRunner<S> An implementation wrapper for stateful services.
Server<T> A server node for stateful communication.
ServiceBaseImpl<T> The base class for all stateful web services, which retains an optional session manager.
SessionHolder<T> A session holder.
SessionManager<T> A session manager.
 

Package org.marketcetera.util.ws.stateful Description

Web services infrastructure.

Usage

See the test classes of the org.marketcetera.util.ws.sample package.

Limitations/Known issues

Below are limitations/known issues with the current implementation of web services. All limitations are due to the underlying third-party libraries used to implement web services (Apache CXF and JAXB).

Since:
1.0.0
Version:
$Id: package-info.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com, anshul@marketcetera.com


Copyright © 2012. All Rights Reserved.