|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.bea.alsb.financial.api.IdentificationAPI
public final class IdentificationAPI
Facade API for identifying a message.
| Method Summary | |
|---|---|
static DataObjectDocument |
identifyFIXMessage(String message)
Identifies [the type of] a String message for a FIX message. |
static SwiftHeaderDocument |
identifyStringMessage(String message)
Deprecated. in Version 3.0. Please use identifySWIFTMessage(String) .
deprecated APIs are removed in the subsequent major release. |
static SwiftHeaderDocument |
identifySWIFTMessage(String message)
Identifies [the type of] a String message for ISO 15022. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SwiftHeaderDocument identifyStringMessage(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(String message)
throws IdentificationException
message - the message to identify [the type of].
IdentificationException - for identification problems.
public static DataObjectDocument identifyFIXMessage(String message)
throws IdentificationException
message - the message to identify [the type of].
IdentificationException - for identification problems.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||