public abstract class AbstractMessageProcessor extends Object implements MessageProcessor
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,String> |
HEADERS |
| Constructor and Description |
|---|
AbstractMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
apiDomain() |
protected abstract String |
debugMessage(List<GIOMessage> msgList) |
protected abstract byte[] |
doProcess(List<GIOMessage> msgList) |
byte[] |
process(List<GIOMessage> msgList) |
boolean |
skipIllegalMessage(GIOMessage gioMessage) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapiHost, contentType, headersprotected String apiDomain()
public byte[] process(List<GIOMessage> msgList)
process in interface MessageProcessorpublic boolean skipIllegalMessage(GIOMessage gioMessage)
skipIllegalMessage in interface MessageProcessorprotected abstract byte[] doProcess(List<GIOMessage> msgList)
protected abstract String debugMessage(List<GIOMessage> msgList)
Copyright © 2022. All rights reserved.