com.atlassian.confluence.plugins.emailgateway.service
Class DefaultEmailHandlerService

java.lang.Object
  extended by com.atlassian.confluence.plugins.emailgateway.service.DefaultEmailHandlerService
All Implemented Interfaces:
EmailHandlerService

public class DefaultEmailHandlerService
extends java.lang.Object
implements EmailHandlerService

Handles emails with a collection of pluggable EmailHandler implementations.

Since:
5.3

Constructor Summary
DefaultEmailHandlerService(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
 
Method Summary
 void handle(ReceivedEmail email)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEmailHandlerService

public DefaultEmailHandlerService(com.atlassian.plugin.PluginAccessor pluginAccessor,
                                  com.atlassian.plugin.event.PluginEventManager pluginEventManager)
Method Detail

handle

public void handle(ReceivedEmail email)
            throws EmailHandlingException
Specified by:
handle in interface EmailHandlerService
Parameters:
email - email to handle
Throws:
EmailHandlingException - if email cannot be handled


Copyright © 2003-2014 Atlassian. All Rights Reserved.