org.cert.cc.jira.email
Class MailClassifier

java.lang.Object
  extended by org.cert.cc.jira.email.MailClassifier

public final class MailClassifier
extends Object

MailClassifier provides the ability to determine the MailType for a Message.

© 2009 Carnegie Mellon University

Author:
Steve Scholnick

Method Summary
static MailType classify(Message message)
          Returns the MailType for the specified Message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

classify

public static MailType classify(Message message)
                         throws MessagingException
Returns the MailType for the specified Message

Parameters:
message - Message to be tested
Returns:
MailType
Throws:
MessagingException - If unable to interrogate the Message


Copyright © 2012 Carnegie Mellon University