org.cert.cc.description
Class ClearTextProcessor
java.lang.Object
org.cert.cc.description.ClearTextProcessor
- All Implemented Interfaces:
- DescriptionProcessor
public final class ClearTextProcessor
- extends Object
- implements DescriptionProcessor
ClearTextProcessor handles any unencrypted/unsigned mail message.
© 2009 Carnegie Mellon University
- Author:
- Steve Scholnick
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearTextProcessor
public ClearTextProcessor()
generateDescription
public String generateDescription(Message message)
throws MessagingException
- Creates and returns the description
- Specified by:
generateDescription
in interface DescriptionProcessor
- Parameters:
message
- Email Message
- Returns:
- Clear text description
- Throws:
MessagingException
- If unable to generate the description
Copyright © 2012 Carnegie Mellon University