public class MailSendingConfigurationGroup
extends java.lang.Object
SimpleMailSender to send out mails and the addresses which should
use this specific sender.
It could also be interpreted as representing one single actual email that is sent out.| Constructor and Description |
|---|
MailSendingConfigurationGroup(de.ipcon.messaging.email.SimpleMailSender _sender,
java.util.Collection<AddressWithInfo> addressesWithInfo) |
| Modifier and Type | Method and Description |
|---|---|
AddressWithInfo[] |
getAddresses() |
AddressWithInfo |
getAddresses(int $3) |
de.ipcon.messaging.email.SimpleMailSender |
getSender() |
void |
setAddresses(AddressWithInfo[] $2) |
void |
setAddresses(int $4,
AddressWithInfo $5) |
void |
setSender(de.ipcon.messaging.email.SimpleMailSender $1) |
public MailSendingConfigurationGroup(de.ipcon.messaging.email.SimpleMailSender _sender,
java.util.Collection<AddressWithInfo> addressesWithInfo)
public de.ipcon.messaging.email.SimpleMailSender getSender()
public void setSender(de.ipcon.messaging.email.SimpleMailSender $1)
public AddressWithInfo[] getAddresses()
public void setAddresses(AddressWithInfo[] $2)
public AddressWithInfo getAddresses(int $3)
public void setAddresses(int $4,
AddressWithInfo $5)
Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.