Interface | Description |
---|---|
RequestHandlerInterface |
This interface presents the services provided by the platform (public requests
are handled by an object implementing this interface).
|
RequestListenerInterface |
This interface presents the platform API as seen by clients,
all public services that the server can handle
|
Class | Description |
---|---|
CmdLineParser |
Parses the command line arguments of the server for option
|
ConnectRet |
This class represents objects returned to a client call to the web method
connect , it's a JavaBean to allow
its creation by the JAX-WS API |
EntryPoint |
The entry point of the server.
|
GetDetailsRet |
This class represents objects returned to a client call to the web method
getDetails , it's a JavaBean to allow
its creation by the JAX-WS API |
GetLanguagesRet |
This class represents objects returned to a client call to the web method
getLanguages , it's a JavaBean to allow
its creation by the JAX-WS API |
GetStatusRet |
This class represents objects returned to a client call to the web method
getStatus , it's a JavaBean to allow
its creation by the JAX-WS API |
InfoKey |
A JavaBean included in all object returned by the platform
web methods , it gives information about client's request (success, failure)
|
Lang |
A language unit representation as seen by the remote clients , it's a JavaBean so that
it can be constructed by the JAX-WS API
|
RequestHandler |
A concrete implementation of the RequestHandlerInterface interface
|
RequestListener |
A concrete implementation of the platform public API delegating all the work to a
RequestHandler object
|
SendRequestRet |
This class represents objects returned to a client call to the web method
sendRequest ,
it's a JavaBean to allow its creation by the JAX-WS API |
Enum | Description |
---|---|
EnumRetCode |