|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mule.providers.dq.DQMessageUtils
DQMessageUtils utility class for DQMessage
| Field Summary | |
static String |
RECORD_DESCRIPTOR_KEY
|
| Method Summary | |
static DQMessage |
getDQMessage(byte[] data,
RecordFormat format)
Returns a DQMessage corresponding to the byte array and the record format |
static Record |
getRecord(DQMessage msg,
RecordFormat format)
Returns a Record corresponding to the DQMessage and the record format |
static RecordFormat |
getRecordFormat(String recordDescriptor,
AS400 as400)
Returns the record format described in the record descriptor file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String RECORD_DESCRIPTOR_KEY
| Method Detail |
public static DQMessage getDQMessage(byte[] data,
RecordFormat format)
throws Exception
data - The dataformat - The record format
Exception - Error during the data processing
public static Record getRecord(DQMessage msg,
RecordFormat format)
msg - The DQMessageformat - The record format
public static RecordFormat getRecordFormat(String recordDescriptor,
AS400 as400)
throws Exception
recordDescriptor - The record descriptor filenameas400 - The as400
Exception - Error during the record format parsing
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||