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