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