public final class IdentificationAPI
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static DataObjectDocument |
identifyFIXMessage(java.lang.String message)
Identifies [the type of] a String message for a FIX message.
|
static SwiftHeaderDocument |
identifyStringMessage(java.lang.String message)
Deprecated.
in Version 3.0. Please use
identifySWIFTMessage(String) . deprecated APIs are removed in the subsequent major release. |
static SwiftHeaderDocument |
identifySWIFTMessage(java.lang.String message)
Identifies [the type of] a String message for ISO 15022.
|
public static SwiftHeaderDocument identifyStringMessage(java.lang.String message)
throws IdentificationException
identifySWIFTMessage(String) . deprecated APIs are removed in the subsequent major release.message - the message to identify [the type of].IdentificationException - for identification problems.public static SwiftHeaderDocument identifySWIFTMessage(java.lang.String message)
throws IdentificationException
message - the message to identify [the type of].IdentificationException - for identification problems.public static DataObjectDocument identifyFIXMessage(java.lang.String message)
throws IdentificationException
message - the message to identify [the type of].IdentificationException - for identification problems.