Class AllocationViewSubjectParser
java.lang.Object
com.caplin.motif.fx.trading.allocation.AllocationViewSubjectParser
- All Implemented Interfaces:
SubjectParser<AllocationViewEvent>
@Deprecated
public class AllocationViewSubjectParser
extends Object
implements SubjectParser<AllocationViewEvent>
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the domain object that represents the subject request.
-
Constructor Details
-
AllocationViewSubjectParser
public AllocationViewSubjectParser()Deprecated.
-
-
Method Details
-
parse
Deprecated.Description copied from interface:SubjectParser
Returns the domain object that represents the subject request.- Specified by:
parse
in interfaceSubjectParser<AllocationViewEvent>
- Parameters:
subject
- The subject to parse.- Returns:
- The domain object.
- Throws:
SubjectParserException
- If the subject is not in the correct format
-