![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| ProtocolVersionRequestParser (HttpServletRequest request, String defaultVersion, IXmlMessageParser xmlMessageParser) | |
| String | getMessage () |
| String | getSignature () |
| String | getUser () |
| String | getNodeName () |
| String | getProtocolVersion () |
| ResponseWriter | getWriter (HttpServletResponse response) |
| boolean | isAuthenticated (Authenticator authenticator) throws KeyczarException |
| User | getUserAccount () |
| Set< DataSource > | getDataSources () |
| List< Subscription > | getSubscriptions () |
| IBltXmlMessage | getBltXmlMessage () |
Protected Member Functions | |
| String | readInputStream () throws IOException |
| NodeRequest | createNodeRequest (HttpServletRequest req) |
| JsonProtocol | getJsonProtocol (String version) |
|
inline |
Constructor
| request | the http request |
| defaultVersion | the default version that we want to use for the communication. |
| xmlMessageParser | an xml message parser instance |
|
inlineprotected |
Creates a node request from the servlet request
| req | the servlet request |
|
inline |
|
inline |
|
inlineprotected |
| version | the protocol version we are using |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Implements eu.baltrad.dex.net.protocol.RequestParser.
|
inline |
|
inlineprotected |
| IOException | upon failure |