com.atlassian.confluence.plugins.emailgateway.service
Interface EmailHandlerService

All Known Implementing Classes:
DefaultEmailHandlerService

public interface EmailHandlerService

Service that processes ReceivedEmail by passing it to EmailHandlers discovered via OSGi, sorted by weight.

Since:
5.3

Method Summary
 void handle(ReceivedEmail email)
           
 

Method Detail

handle

void handle(ReceivedEmail email)
            throws EmailHandlingException
Parameters:
email - email to handle
Throws:
EmailHandlingException - if email cannot be handled


Copyright © 2003-2014 Atlassian. All Rights Reserved.