Class AbstractSessionMessageHandler
java.lang.Object
com.epam.fixengine.session.messagehandler.AbstractSessionMessageHandler
- All Implemented Interfaces:
FIXMessageListener
,SessionMessageHandler
- Direct Known Subclasses:
AbstractGlobalMessageHandler
,HandlerChain
The abstract session message handler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
logErrorToSession
(String description, Throwable throwable) protected void
logWarnToSession
(String description, Throwable throwable) void
setFIXSession
(ExtendedFIXSession fixSession) Sets the extended fix session.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
-
AbstractSessionMessageHandler
public AbstractSessionMessageHandler()
-
-
Method Details
-
getFIXSession
-
setFIXSession
Description copied from interface:SessionMessageHandler
Sets the extended fix session.- Specified by:
setFIXSession
in interfaceSessionMessageHandler
- Parameters:
fixSession
- the extended fix session
-
logWarnToSession
-
logErrorToSession
-