Uses of Interface
org.marketcetera.util.ws.stateless.StatelessServiceBase

Packages that use StatelessServiceBase
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
 interface AuthService
          An authentication service interface.
 interface ServiceBase
          The base interface for all stateful web services.
 

Classes in org.marketcetera.util.ws.stateful that implement StatelessServiceBase
 class AuthServiceImpl<T>
          An authentication service implementation.
 class ServiceBaseImpl<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
 class StatelessServiceBaseImpl
          The base class for all web services.
 

Methods in org.marketcetera.util.ws.stateless with type parameters of type StatelessServiceBase
<T extends StatelessServiceBase>
T
StatelessClient.getService(Class<T> iface)
          Retrieves the client-side proxy for the given service interface.
<T extends StatelessServiceBase>
ServiceInterface
StatelessServer.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.
 



Copyright © 2012. All Rights Reserved.