| Package | Description |
|---|---|
| org.marketcetera.util.ws.stateful |
Web services infrastructure.
|
| org.marketcetera.util.ws.stateless |
Infrastructure for stateless communication between client and
server.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthService
An authentication service interface.
|
interface |
ServiceBase
The base interface for all stateful web services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthServiceImpl<T>
An authentication service implementation.
|
class |
ServiceBaseImpl<T>
The base class for all stateful web services, which retains an
optional session manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatelessServiceBaseImpl
The base class for all web services.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends StatelessServiceBase> |
StatelessClient.getService(Class<T> inInterface)
Retrieves the client-side proxy for the given service
interface.
|
<T extends StatelessServiceBase> |
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 © 2015. All Rights Reserved.