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