Package org.marketcetera.util.ws.stateless
Infrastructure for stateless communication between client and server.
See also the documentation of org.marketcetera.util.ws.stateful
- Since:
- 1.0.0
- Version:
- $Id: package-info.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com, anshul@marketcetera.com
-
Interface Summary Interface Description Messages The internationalization constants used by this package.StatelessServiceBase The base interface for all web services. -
Class Summary Class Description Node A communication endpoint.ServiceInterface A service interface handle.StatelessClient A client node for stateless communication.StatelessClientContext The client context which the client must supply as an argument to every stateless remote call.StatelessRemoteCall An implementation wrapper for stateless services.StatelessRemoteCaller<T> An implementation wrapper for stateless services.StatelessRemoteRunner An implementation wrapper for stateless services.StatelessServer A server node for stateless communication.StatelessServiceBaseImpl The base class for all web services.