public class QueueToMaximoProcessor extends java.lang.Object implements MessageProcessor
Modifier and Type | Field and Description |
---|---|
protected static MXLogger |
integrationLogger
Integration Logger
|
Constructor and Description |
---|
QueueToMaximoProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
processMessage(java.util.Map header,
byte[] data,
MXTransaction tx,
UserInfo userInfo) |
void |
writeBytesToXML(byte[] bytes,
java.io.File outFile) |
protected static final MXLogger integrationLogger
public void processMessage(java.util.Map header, byte[] data, MXTransaction tx, UserInfo userInfo) throws MXException, java.rmi.RemoteException
processMessage
in interface MessageProcessor
MXException
java.rmi.RemoteException
public void writeBytesToXML(byte[] bytes, java.io.File outFile)