Uses of Interface
org.marketcetera.util.ws.stateful.ServiceBase
-
Packages that use ServiceBase Package Description org.marketcetera.util.ws.stateful Web services infrastructure. -
-
Uses of ServiceBase in org.marketcetera.util.ws.stateful
Subinterfaces of ServiceBase in org.marketcetera.util.ws.stateful Modifier and Type Interface Description interfaceAuthServiceAn authentication service interface.Classes in org.marketcetera.util.ws.stateful that implement ServiceBase Modifier and Type Class Description classAuthServiceImpl<T>An authentication service implementation.classServiceBaseImpl<T>The base class for all stateful web services, which retains an optional session manager.
-