org.ofbiz.service.mail
Class ServiceMcaAction

java.lang.Object
  extended by org.ofbiz.service.mail.ServiceMcaAction
All Implemented Interfaces:
java.io.Serializable

public class ServiceMcaAction
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String module
           
protected  boolean persist
           
protected  java.lang.String runAsUser
           
protected  java.lang.String serviceMode
           
protected  java.lang.String serviceName
           
 
Constructor Summary
protected ServiceMcaAction()
           
protected ServiceMcaAction(org.w3c.dom.Element action)
           
 
Method Summary
 boolean runAction(LocalDispatcher dispatcher, MimeMessageWrapper messageWrapper, GenericValue userLogin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

serviceName

protected java.lang.String serviceName

serviceMode

protected java.lang.String serviceMode

runAsUser

protected java.lang.String runAsUser

persist

protected boolean persist
Constructor Detail

ServiceMcaAction

protected ServiceMcaAction()

ServiceMcaAction

protected ServiceMcaAction(org.w3c.dom.Element action)
Method Detail

runAction

public boolean runAction(LocalDispatcher dispatcher,
                         MimeMessageWrapper messageWrapper,
                         GenericValue userLogin)
                  throws GenericServiceException
Throws:
GenericServiceException