Package com.isode.x400api.test
Class X400msTestRepRcvUtils
java.lang.Object
com.isode.x400api.test.X400msTestRepRcvUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
do_rep_content
(MSMessage msmessage_obj) Display report content (ie from a report retrieved the message store).static int
do_rep_env
(MSMessage msmessage_obj) Display a report envelope (ie from a report retrieved the message store).static int
do_rep_retcontent
(MSMessage msmessage_obj) Display the report returned content (ie from a report retrieved the message store).
-
Constructor Details
-
X400msTestRepRcvUtils
public X400msTestRepRcvUtils()
-
-
Method Details
-
do_rep_env
Display a report envelope (ie from a report retrieved the message store). -
do_rep_content
Display report content (ie from a report retrieved the message store). -
do_rep_retcontent
Display the report returned content (ie from a report retrieved the message store). Note that there will only be returned content for negative reports.
-