Class MxParser.MxStructureInfo

  • Enclosing class:
    MxParser

    @Deprecated
    @ProwideDeprecated(phase4=SRU2023)
    public class MxParser.MxStructureInfo
    extends java.lang.Object
    Deprecated.
    the AbstractMX.parse(String) can be used to parse any unknown message. If you just want to detect the message type you can also use the MxParseUtils.identifyMessage(String)
    Structure information from an MX message
    Since:
    7.8.4
    • Constructor Detail

      • MxStructureInfo

        public MxStructureInfo()
        Deprecated.
    • Method Detail

      • containsWrapper

        public boolean containsWrapper()
        Deprecated.
      • containsHeader

        public boolean containsHeader()
        Deprecated.
      • containsDocument

        public boolean containsDocument()
        Deprecated.
      • getDocumentNamespace

        public java.lang.String getDocumentNamespace()
        Deprecated.
      • getDocumentPrefix

        public java.lang.String getDocumentPrefix()
        Deprecated.
      • getHeaderNamespace

        public java.lang.String getHeaderNamespace()
        Deprecated.
      • getHeaderPrefix

        public java.lang.String getHeaderPrefix()
        Deprecated.
      • getException

        public java.lang.Exception getException()
        Deprecated.
      • containsLegacyHeader

        public java.util.Optional<java.lang.Boolean> containsLegacyHeader()
        Deprecated.
        Returns:
        true if the message contains a header and it is a legacy SWIFT ahV10 header, false if it is not and empty if the message has no header to check
        Since:
        8.0.5
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object