com.openexchange.messaging
Interface MessagingAccountTransport
- All Superinterfaces:
- MessagingResource
- All Known Implementing Classes:
- AbstractSMSAndMMSTransport
public interface MessagingAccountTransport
- extends MessagingResource
MessagingAccountTransport - Provides access to transport.
- Since:
- Open-Xchange v6.16
- Author:
- Francisco Laguna, Thorben Betten
transport
void transport(MessagingMessage message,
java.util.Collection<MessagingAddressHeader> recipients)
throws MessagingException
- Transports specified message to given recipients.
- Parameters:
message - The message to transportrecipients - The recipients' addresses
- Throws:
MessagingException - If transport fails