|
BEAST
|
Defines the message format the is used by DEX. More...
Public Member Functions | |
| BltDataFrameMessage | createMessage (String filename) |
| Creates the message that is used. | |
| String | getNodeName () |
| void | setNodeName (String nodeName) |
| String | getNodeUrl () |
| void | setNodeUrl (String nodeUrl) |
| String | getServerUrl () |
| void | setServerUrl (String serverUrl) |
| void | afterPropertiesSet () throws Exception |
| String | getDateFormatString () |
| void | setDateFormatString (String dateFormatString) |
| String | getKeyczarKey () |
| void | setKeyczarKey (String keyczarKey) |
| Signer | getSigner () |
Protected Member Functions | |
| void | setSigner (Signer signer) |
| For test purposes. | |
| String | getDateString () |
| String | createSignature (String method, String url, String contentType, String contentMD5, String date) |
| Creates a signature. | |
Defines the message format the is used by DEX.
Yes, we have a circular dependency here that ought to be removed some time in the future. Requires that the pgfwk is defined as a separate project with dependency towards DEX and BEAST but for now this is enough since beast and dex is more or less one anyway.
|
inline |
Creates the message that is used.
| filename | the name of the h5 file that should be sent |
Implements eu.baltrad.beast.message.IBltDataFrameMessageFactory.
|
inlineprotected |
Creates a signature.
| method | the method. Typically POST |
| url | the url |
| contentType | the content type |
| contentMD5 | the MD5 content |
| date | the date |
|
inlineprotected |
|
inline |
|
inlineprotected |
For test purposes.
| signer | the signer |