Class MxWriteImpl

  • All Implemented Interfaces:
    MxWrite

    public class MxWriteImpl
    extends java.lang.Object
    implements MxWrite
    Default implementation of the MxWrite interface to serialize MX message objects into XML strings. The implementation expects instances of specific subclasses of AbstractMX, such as MxCamt03400102
    Since:
    9.0
    • Constructor Summary

      Constructors 
      Constructor Description
      MxWriteImpl()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String write​(java.lang.String namespace, AbstractMX obj, java.lang.Class[] classes, MxWriteParams params)
      Main implementation of model to XML serialization
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.prowidesoftware.swift.model.mx.MxWrite

        message
    • Constructor Detail

      • MxWriteImpl

        public MxWriteImpl()
    • Method Detail

      • write

        public static java.lang.String write​(java.lang.String namespace,
                                             AbstractMX obj,
                                             java.lang.Class[] classes,
                                             MxWriteParams params)
        Main implementation of model to XML serialization
        Since:
        9.2.6