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 Object
implements SubjectParser<TOBOChangeEntitySubjectInfo>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the domain object that represents the subject request.
-
Constructor Details
-
TOBOChangeEntitySubjectParser
public TOBOChangeEntitySubjectParser()
-
-
Method Details
-
parse
Description copied from interface:SubjectParserReturns the domain object that represents the subject request.- Specified by:
parsein interfaceSubjectParser<TOBOChangeEntitySubjectInfo>- Parameters:
subject- The subject to parse.- Returns:
- The domain object.
- Throws:
SubjectParserException- If the subject is not in the correct format
-