Package com.isode.x400api.test
Class X400msTestRepRcvUtils
- java.lang.Object
-
- com.isode.x400api.test.X400msTestRepRcvUtils
-
public class X400msTestRepRcvUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description X400msTestRepRcvUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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).
-
-
-
Method Detail
-
do_rep_env
public static int do_rep_env(MSMessage msmessage_obj)
Display a report envelope (ie from a report retrieved the message store).
-
do_rep_content
public static int do_rep_content(MSMessage msmessage_obj)
Display report content (ie from a report retrieved the message store).
-
do_rep_retcontent
public static int do_rep_retcontent(MSMessage msmessage_obj)
Display the report returned content (ie from a report retrieved the message store). Note that there will only be returned content for negative reports.
-
-