Package com.caplin.motif.fx.config
Class SalesToboConfigSubjectParser
- java.lang.Object
-
- com.caplin.motif.fx.config.SalesToboConfigSubjectParser
-
- All Implemented Interfaces:
SubjectParser<SalesToboConfigSubjectInfo>
public class SalesToboConfigSubjectParser extends java.lang.Object implements SubjectParser<SalesToboConfigSubjectInfo>
-
-
Constructor Summary
Constructors Constructor Description SalesToboConfigSubjectParser(java.lang.String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SalesToboConfigSubjectInfo
parse(java.lang.String subject)
Returns the domain object that represents the subject request.
-
-
-
Method Detail
-
parse
public SalesToboConfigSubjectInfo 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<SalesToboConfigSubjectInfo>
- Parameters:
subject
- The subject to parse.- Returns:
- The domain object.
- Throws:
SubjectParserException
- If the subject is not in the correct format
-
-