Class X400mtTestRcvNativeUtils


  • public class X400mtTestRcvNativeUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int do_xmsg_content​(com.isode.x400api.Message message)
      Fetch and display the X.400 message content (ie from a message retrieved using x400_msggetmessagebody().
      static int do_xmsg_content_as_bp​(com.isode.x400api.Message message)
      Fetch and display the X.400 message content (ie from a message retrieved using x400_msggetmessagebody().
      static int do_xmsg_env​(com.isode.x400api.Message message)  
      static int do_xmsg_headers​(com.isode.x400api.Message message)
      Fetch and display the X.400 message headers (ie from a message retrieved using x400_msggetmessagebody().
      static int do_xrep_content​(com.isode.x400api.Message message)  
      static int do_xrep_env​(com.isode.x400api.Message message)  
      static int do_xrep_headers​(com.isode.x400api.Message message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • X400mtTestRcvNativeUtils

        public X400mtTestRcvNativeUtils()
    • Method Detail

      • do_xmsg_env

        public static int do_xmsg_env​(com.isode.x400api.Message message)
      • do_xmsg_headers

        public static int do_xmsg_headers​(com.isode.x400api.Message message)
        Fetch and display the X.400 message headers (ie from a message retrieved using x400_msggetmessagebody().
      • do_xmsg_content

        public static int do_xmsg_content​(com.isode.x400api.Message message)
        Fetch and display the X.400 message content (ie from a message retrieved using x400_msggetmessagebody(). This code uses msmsggetattachment if possible (rather than bodyparts).
      • do_xmsg_content_as_bp

        public static int do_xmsg_content_as_bp​(com.isode.x400api.Message message)
        Fetch and display the X.400 message content (ie from a message retrieved using x400_msggetmessagebody(). This code gets the attachments as body part object.
      • do_xrep_env

        public static int do_xrep_env​(com.isode.x400api.Message message)
      • do_xrep_headers

        public static int do_xrep_headers​(com.isode.x400api.Message message)
      • do_xrep_content

        public static int do_xrep_content​(com.isode.x400api.Message message)