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 voidlogErrorToSession(String description, Throwable throwable) protected voidlogWarnToSession(String description, Throwable throwable) voidsetFIXSession(ExtendedFIXSession fixSession) Sets the extended fix session.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.epam.fixengine.FIXMessageListener
onNewMessage
-
Constructor Details
-
AbstractSessionMessageHandler
public AbstractSessionMessageHandler()
-
-
Method Details
-
getFIXSession
-
setFIXSession
Description copied from interface:SessionMessageHandlerSets the extended fix session.- Specified by:
setFIXSessionin interfaceSessionMessageHandler- Parameters:
fixSession- the extended fix session
-
logWarnToSession
-
logErrorToSession
-