Uses of Interface
org.marketcetera.util.ws.stateless.StatelessServiceBase
-
Packages that use StatelessServiceBase Package Description org.marketcetera.util.ws.stateful Web services infrastructure.org.marketcetera.util.ws.stateless Infrastructure for stateless communication between client and server. -
-
Uses of StatelessServiceBase in org.marketcetera.util.ws.stateful
Subinterfaces of StatelessServiceBase in org.marketcetera.util.ws.stateful Modifier and Type Interface Description interfaceAuthServiceAn authentication service interface.interfaceServiceBaseThe base interface for all stateful web services.Classes in org.marketcetera.util.ws.stateful that implement StatelessServiceBase 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. -
Uses of StatelessServiceBase in org.marketcetera.util.ws.stateless
Classes in org.marketcetera.util.ws.stateless that implement StatelessServiceBase Modifier and Type Class Description classStatelessServiceBaseImplThe base class for all web services.Methods in org.marketcetera.util.ws.stateless with type parameters of type StatelessServiceBase Modifier and Type Method Description <T extends StatelessServiceBase>
TStatelessClient. getService(Class<T> inInterface)Retrieves the client-side proxy for the given service interface.<T extends StatelessServiceBase>
ServiceInterfaceStatelessServer. publish(T impl, Class<T> iface)Publishes the given service interface, supported by the given implementation, and returns a handle that can be used to stop the interface.
-