Class BlotterMetaSubjectParser
java.lang.Object
com.caplin.motif.common.blotterMetaInfo.BlotterMetaSubjectParser
- All Implemented Interfaces:
SubjectParser<BlotterMetaSubjectInfo>
public class BlotterMetaSubjectParser
extends Object
implements SubjectParser<BlotterMetaSubjectInfo>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the domain object that represents the subject request.
-
Constructor Details
-
BlotterMetaSubjectParser
-
-
Method Details
-
parse
Description copied from interface:SubjectParserReturns the domain object that represents the subject request.- Specified by:
parsein interfaceSubjectParser<BlotterMetaSubjectInfo>- Parameters:
subject- The subject to parse.- Returns:
- The domain object.
- Throws:
SubjectParserException- If the subject is not in the correct format
-