Class AbstractGlobalMessageHandler
java.lang.Object
com.epam.fixengine.session.messagehandler.AbstractSessionMessageHandler
com.epam.fixengine.session.messagehandler.AbstractGlobalMessageHandler
- All Implemented Interfaces:
FIXMessageListener
,SessionMessageHandler
- Direct Known Subclasses:
OutOfSeqMsgHandler
Abstract global handler. Provides functionality for call chained handlers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
callNextHandler
(FIXFieldList message) Invokes the next message handler.getNext()
Gets the next message handler.void
setNext
(FIXMessageListener handler) Sets the next message handler.Methods inherited from class com.epam.fixengine.session.messagehandler.AbstractSessionMessageHandler
getFIXSession, logErrorToSession, logWarnToSession, setFIXSession
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.epam.fixengine.FIXMessageListener
onNewMessage
-
Constructor Details
-
AbstractGlobalMessageHandler
public AbstractGlobalMessageHandler()
-
-
Method Details
-
setNext
Sets the next message handler.- Parameters:
handler
- the next message handler
-
getNext
Gets the next message handler. -
callNextHandler
Invokes the next message handler.- Parameters:
message
- the message
-