Package com.isode.x400mtapi.test
Class X400mtTestRepRcvUtils
- java.lang.Object
-
- com.isode.x400mtapi.test.X400mtTestRepRcvUtils
-
public class X400mtTestRepRcvUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description X400mtTestRepRcvUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
do_rep_content(MTMessage mtmessage_obj)
Display report contentstatic int
do_rep_env(MTMessage mtmessage_obj)
Display a report envelopestatic int
do_rep_retcontent(MTMessage mtmessage_obj)
Display the report returned content Note that there will only be returned content for negative reports.static int
get_rep_recips(MTMessage mtmessage_obj, int type, java.lang.String logstr)
-
-
-
Method Detail
-
do_rep_env
public static int do_rep_env(MTMessage mtmessage_obj)
Display a report envelope
-
do_rep_content
public static int do_rep_content(MTMessage mtmessage_obj)
Display report content
-
do_rep_retcontent
public static int do_rep_retcontent(MTMessage mtmessage_obj)
Display the report returned content Note that there will only be returned content for negative reports.
-
get_rep_recips
public static int get_rep_recips(MTMessage mtmessage_obj, int type, java.lang.String logstr)
-
-