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