Class SystemInfoSubjectParser
java.lang.Object
com.caplin.motif.common.systemInfo.SystemInfoSubjectParser
- All Implemented Interfaces:
SubjectParser<SystemInfoSubjectInfo>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the domain object that represents the subject request.
-
Field Details
-
namespace
-
-
Constructor Details
-
SystemInfoSubjectParser
-
-
Method Details
-
parse
Description copied from interface:SubjectParser
Returns the domain object that represents the subject request.- Specified by:
parse
in interfaceSubjectParser<SystemInfoSubjectInfo>
- Parameters:
subject
- The subject to parse.- Returns:
- The domain object.
- Throws:
SubjectParserException
- If the subject is not in the correct format
-