|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
StatelessClient.getService(Class<T> iface)
Retrieves the client-side proxy for the given service interface. |
|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||