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