![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| ProtocolVersionManager () | |
| ProtocolVersionManager (String defaultVersion) | |
| synchronized RequestFactory | getFactory (String nodeAddress) |
| synchronized RequestFactory | getFactory (String nodeAddress, String version) |
| String | getVersion () |
| JsonProtocol | getJsonProtocolForVersion (String version) |
| ResponseParser | createParser (HttpResponse hresp) |
| RequestParser | createParser (HttpServletRequest request) |
| void | setXmlMessageParser (IXmlMessageParser xmlMessageParser) |
Provides the user with appropriate communication handler.
|
inline |
Default constructor
|
inline |
Default constructor
|
inline |
Creates a response parser that can handle the http response.
| hresp | the response that should be parsed. |
Implements eu.baltrad.dex.net.protocol.ProtocolManager.
|
inline |
Creates a request parser that can handle http servlet requests
| request | the http request |
Implements eu.baltrad.dex.net.protocol.ProtocolManager.
|
inline |
Implements eu.baltrad.dex.net.protocol.ProtocolManager.
|
inline |
|
inline |
|
inline |
Implements eu.baltrad.dex.net.protocol.ProtocolManager.
|
inline |
| xmlMessageParser | the xml message parser to use |