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.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.