com.epam.fix.validation.engine.utils
Class FIXUtilFactory

java.lang.Object
  extended by com.epam.fix.validation.engine.utils.FIXUtilFactory

public class FIXUtilFactory
extends Object


Method Summary
 void clearResources()
           
 FIXUtil getFIXUtil(FIXVersion fixVersion)
          Deprecated. @see #getFIXUtil(FIXVersionContainer version)
 FIXUtil getFIXUtil(FIXVersionContainer version)
           
 FIXUtil getFIXUtil(FIXVersionContainer version, FIXVersionContainer appFixVersion)
           
 FIXUtil getFIXUtil(FIXVersion fixVersion, FIXVersion appVersion)
          Deprecated. @see #getFIXUtil(FIXVersionContainer version, FIXVersionContainer appFixVersion))
static FIXUtilFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FIXUtilFactory getInstance()

getFIXUtil

public FIXUtil getFIXUtil(FIXVersionContainer version,
                          FIXVersionContainer appFixVersion)

getFIXUtil

public FIXUtil getFIXUtil(FIXVersionContainer version)

getFIXUtil

@Deprecated
public FIXUtil getFIXUtil(FIXVersion fixVersion,
                                     FIXVersion appVersion)
Deprecated. @see #getFIXUtil(FIXVersionContainer version, FIXVersionContainer appFixVersion))

Parameters:
fixVersion -
Returns:

getFIXUtil

@Deprecated
public FIXUtil getFIXUtil(FIXVersion fixVersion)
Deprecated. @see #getFIXUtil(FIXVersionContainer version)

Parameters:
fixVersion -
Returns:

clearResources

public void clearResources()


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