com.epam.fixengine
Interface FIXSessionFactory

All Known Implementing Classes:
StandardFIXSessionFactory

public interface FIXSessionFactory

FIXSessionFactory defines session level behaviour and other FIXEngine parameters.

See Also:
StandardFIXSessionFactory

Method Summary
 FIXSession createAcceptorSession(SessionParameters sessionParameters, FIXTransport transport)
          Creates the acceptor session.
 FIXSession createInitiatorSession(SessionParameters sessionParameters)
          Creates the initiator session.
 

Method Detail

createInitiatorSession

FIXSession createInitiatorSession(SessionParameters sessionParameters)
                                  throws IOException
Creates the initiator session.

Parameters:
sessionParameters - the session configuration
Returns:
FIXSession the fix session
Throws:
IOException - if the session cannot be created

createAcceptorSession

FIXSession createAcceptorSession(SessionParameters sessionParameters,
                                 FIXTransport transport)
                                 throws IOException
Creates the acceptor session.

Parameters:
sessionParameters - the session configuration
transport - the fix transport
Returns:
FIXSession the fix session
Throws:
IOException - if the session cannot be created


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.