com.atlassian.jira.service.util.handler
Class EmailHandler

java.lang.Object
  extended bycom.atlassian.jira.service.util.handler.AbstractMessageHandler
      extended bycom.atlassian.jira.service.util.handler.EmailHandler
All Implemented Interfaces:
MessageHandler

public class EmailHandler
extends AbstractMessageHandler

Created by IntelliJ IDEA. User: owenfellows Date: Apr 30, 2004 Time: 12:55:24 PM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class com.atlassian.jira.service.util.handler.AbstractMessageHandler
catchEmail, createUsers, KEY_CATCHEMAIL, KEY_CREATEUSERS, KEY_REPORTER, params, reporteruserName
 
Constructor Summary
EmailHandler()
           
 
Method Summary
 boolean handleMessage(javax.mail.Message message)
          To be implemented in sub-classes
 void init(java.util.Map params)
           
 
Methods inherited from class com.atlassian.jira.service.util.handler.AbstractMessageHandler
createAttachmentsForMessage, createAttachmentWithPart, getAssociatedIssue, getFileFromPart, getReporter, recordMessageId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailHandler

public EmailHandler()
Method Detail

init

public void init(java.util.Map params)
Specified by:
init in interface MessageHandler
Overrides:
init in class AbstractMessageHandler

handleMessage

public boolean handleMessage(javax.mail.Message message)
                      throws javax.mail.MessagingException
Description copied from class: AbstractMessageHandler
To be implemented in sub-classes

Specified by:
handleMessage in interface MessageHandler
Specified by:
handleMessage in class AbstractMessageHandler
Throws:
javax.mail.MessagingException


Copyright © 2002-2005 Atlassian. All Rights Reserved.