Package com.caplin.motif.fx.precision
Class PrecisionSubjectParser
- java.lang.Object
-
- com.caplin.motif.fx.precision.PrecisionSubjectParser
-
- All Implemented Interfaces:
SubjectParser<PrecisionSubjectInfo>
public class PrecisionSubjectParser extends java.lang.Object implements SubjectParser<PrecisionSubjectInfo>
-
-
Constructor Summary
Constructors Constructor Description PrecisionSubjectParser(java.lang.String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrecisionSubjectInfo
parse(java.lang.String subject)
Returns the domain object that represents the subject request.
-
-
-
Method Detail
-
parse
public PrecisionSubjectInfo parse(java.lang.String subject)
Description copied from interface:SubjectParser
Returns the domain object that represents the subject request.- Specified by:
parse
in interfaceSubjectParser<PrecisionSubjectInfo>
- Parameters:
subject
- The subject to parse.- Returns:
- The domain object.
-
-