Class SessionValidatorFactory
The session validator factory creates the validator for sessions.
If validation
parameter is set to true, the factory loads the ValidationEngine implementation,
otherwise if error occurred or validation
parameter is set to false the
DummyMessageValidator will be used instead.
Inheritance
System.Object
SessionValidatorFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.FixEngine.Session.Validation
Assembly: FixAntenna.Core.dll
Syntax
public class SessionValidatorFactory
Methods
GetMessageValidator(SessionParameters)
Gets the IMessageValidator
for session.
Declaration
public static IMessageValidator GetMessageValidator(SessionParameters sessionParameters)
Parameters
Type | Name | Description |
---|---|---|
SessionParameters | sessionParameters | the session parameters |
Returns
Type | Description |
---|---|
IMessageValidator |