EMailBuilder.java 567 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.commons.mail.Email
 *  org.apache.commons.mail.EmailException
 *  org.apache.sling.api.resource.ResourceResolver
 */
package com.day.cq.workflow.impl.email;

import com.day.cq.workflow.impl.email.Notification;
import org.apache.commons.mail.Email;
import org.apache.commons.mail.EmailException;
import org.apache.sling.api.resource.ResourceResolver;

public interface EMailBuilder {
    public Email build(Notification var1, ResourceResolver var2) throws EmailException;
}