Class AbstractFIXSessionFactory

java.lang.Object
com.epam.fixengine.session.common.SecureFIXSessionFactory
com.epam.fixengine.session.common.AbstractFIXSessionFactory
All Implemented Interfaces:
FIXSessionFactory

public abstract class AbstractFIXSessionFactory extends com.epam.fixengine.session.common.SecureFIXSessionFactory
This is abstract implementation of FIXSessionFactory. This class provides the base functionality for creates initiator and acceptor session, and configurations it listeners. The user implementation should overrides getMessageFactory method.
See Also: