public class Preprocessor extends java.lang.Object implements LSNRPreprocessor
Constructor and Description |
---|
Preprocessor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getObjectKey(java.lang.String del,
java.lang.String subject)
Returns the object key.
|
boolean |
isNewEmail(java.lang.String del,
java.lang.String subject)
Checks if the mail is a new mail or not
If the subject doesn't contain the delimiter then its a new mail
else it is a reply to the outbound mail
|
public boolean isNewEmail(java.lang.String del, java.lang.String subject) throws java.lang.Exception
isNewEmail
in interface LSNRPreprocessor
del
- subject
- java.lang.Exception
public java.lang.String getObjectKey(java.lang.String del, java.lang.String subject) throws java.lang.Exception
getObjectKey
in interface LSNRPreprocessor
del
- subject
- java.lang.Exception