org.cert.cc.description
Interface DescriptionProcessor

All Known Implementing Classes:
ClearTextProcessor, DescriptionProcessorFactory, PGPEncryptedEmailBodyProcessor, PGPSignedProcessor, SMIMEEncrytpedProcessor

public interface DescriptionProcessor

DescriptionProcessor defines the ability to generate a JIRA description from an email message body.

© 2009 Carnegie Mellon University

Author:
Steve Scholnick

Method Summary
 String generateDescription(Message message)
          Creates and returns the description
 

Method Detail

generateDescription

String generateDescription(Message message)
                           throws MessagingException
Creates and returns the description

Parameters:
message - Email Message
Returns:
Clear text description
Throws:
MessagingException - If unable to generate the description


Copyright © 2012 Carnegie Mellon University