This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| 3500:0400:0410:0413 [2026/08/13 01:40] – ↷ Links adapted because of a move operation localdev | 3500:0400:0410:0413 [2026/08/13 02:57] (current) – external edit 127.0.0.1 |
|---|
| <code java>INotification DomainFactory.createServiceReplyNotification (InotificationDefinition definition, int serviceStatus, String errorMessage);</code> | <code java>INotification DomainFactory.createServiceReplyNotification (InotificationDefinition definition, int serviceStatus, String errorMessage);</code> |
| |
| where ''definition'' must correspond to the structure of the reply declared for the requested service (or ''null'' if a "standard" reply has been declared), ''serviceStatus'' is the constant described in the ''[[ref:pr_methods:getservicestatus|getServiceStatus]]'' method of the [[3500:0300:0319|INotification]] interface and ''errorMessage'' is the message describing the error if service failed. | where ''definition'' must correspond to the structure of the reply declared for the requested service (or ''null'' if a "standard" reply has been declared), ''serviceStatus'' is the constant described in the ''[[ref:p_m:getservicestatus|getServiceStatus]]'' method of the [[3500:0300:0319|INotification]] interface and ''errorMessage'' is the message describing the error if service failed. |
| |
| Once the notification has been created it can be converted to ''DataObjects'' using the ''[[ref:pr_methods:messagebuilder|MessageBuilder]]'' class and fed to the source. Here is the snippet of the code illustrating this: | Once the notification has been created it can be converted to ''DataObjects'' using the ''[[ref:p_m:messagebuilder|MessageBuilder]]'' class and fed to the source. Here is the snippet of the code illustrating this: |
| |
| <code java>public void processMessage (Message msg) | <code java>public void processMessage (Message msg) |