Class AllocationViewSubjectParser
- java.lang.Object
-
- com.caplin.motif.fx.trading.allocation.AllocationViewSubjectParser
-
- All Implemented Interfaces:
SubjectParser<AllocationViewEvent>
public class AllocationViewSubjectParser extends java.lang.Object implements SubjectParser<AllocationViewEvent>
-
-
Constructor Summary
Constructors Constructor Description AllocationViewSubjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllocationViewEvent
parse(java.lang.String subject)
Returns the domain object that represents the subject request.
-
-
-
Method Detail
-
parse
public AllocationViewEvent parse(java.lang.String subject) throws SubjectParserException
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
-
-