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