| Interface and Description |
|---|
| com.prowidesoftware.swift.model.mx.IDocument
this interface does not makes much sense since all subclasses of AbstractMX contain a Document
|
| Class and Description |
|---|
| com.prowidesoftware.swift.model.mx.BusinessHeader
use specific implementation of
AppHdr instead, such as BusinessAppHdrV01 |
| com.prowidesoftware.swift.io.parser.MxParser
see deprecation notes on each method
|
| com.prowidesoftware.swift.io.parser.MxParser.MxStructureInfo
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) |
| com.prowidesoftware.swift.MxReadCoreV1
the MX read/write implementation injection is no longer used since the ISO20022 open source extension for Prowide Core
|
| com.prowidesoftware.swift.model.mx.MxReadIntegratorV1
use MxReadImpl instead
|
| com.prowidesoftware.swift.model.mx.MxSimpleDocument
this makes no sense since ISO 20022 is included in Core extension library
|
| com.prowidesoftware.swift.MxWriteCoreV1
the MX read/write implementation injection is no longer used since the ISO20022 open source extension for Prowide Core
|
| com.prowidesoftware.swift.model.mx.MxWriteIntegartorV1
use MxWriteImpl instead
|
| com.prowidesoftware.swift.Resolver
the MX read/write implementation injection is no longer used since the ISO20022 open source extension for Prowide Core
|
| Field and Description |
|---|
| com.prowidesoftware.swift.io.parser.MxParser.DOCUMENT_LOCALNAME
use
AbstractMX.DOCUMENT_LOCALNAME instead |
| com.prowidesoftware.swift.io.parser.MxParser.HEADER_LOCALNAME
use
AppHdr.HEADER_LOCALNAME instead |
| com.prowidesoftware.swift.model.mx.BusinessHeader.NAMESPACE_AH
use
LegacyAppHdr.NAMESPACE instead |
| com.prowidesoftware.swift.model.mx.BusinessHeader.NAMESPACE_BAH
use
BusinessAppHdrV01.NAMESPACE instead |
| Constructor and Description |
|---|
| com.prowidesoftware.swift.model.mx.BusinessHeader()
use specific implementation of
AppHdr instead, such as BusinessAppHdrV01 |
| com.prowidesoftware.swift.model.mx.BusinessHeader(ApplicationHeader)
use specific implementation of
AppHdr instead, such as LegacyAppHdr |
| com.prowidesoftware.swift.model.mx.BusinessHeader(BusinessAppHdrV01)
use specific implementation of
AppHdr instead, such as BusinessAppHdrV01 |
| com.prowidesoftware.swift.model.mx.BusinessHeader(BusinessApplicationHeaderV01)
use specific implementation of
AppHdr instead, such as BusinessAppHdrV01 |
| com.prowidesoftware.swift.model.mx.BusinessHeader(LegacyAppHdr)
use specific implementation of
AppHdr instead, such as LegacyAppHdr |