Skip navigation links


com.bea.campaign.rules
Class MailActionDef

java.lang.Object
  extended by com.bea.campaign.action.ActionDef
      extended by com.bea.campaign.rules.MailActionDef

All Implemented Interfaces
Serializable

public class MailActionDef
extends ActionDef

An action definition specific to the MailAction.

See Also
MailAction, Serialized Form

Constructor Summary
MailActionDef(String subject, String jspUri)
          Constuctor.
MailActionDef(String subject, String jspUri, String from, String to)
          Constuctor.

 

Method Summary

 

Methods inherited from class com.bea.campaign.action.ActionDef
createAction, getActionParams, getActionService, getActionType, setActionParams, setActionType

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MailActionDef

public MailActionDef(String subject,
                     String jspUri,
                     String from,
                     String to)
Constuctor.
Parameters
subject - the mail subject.
jspUri - the URI of the content of the email.
from - the from email address.
to - the to email address.

MailActionDef

public MailActionDef(String subject,
                     String jspUri)
Constuctor.
Parameters
subject - the mail subject.
jspUri - the URI of the content of the email.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.