Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

ie.ncl.msg
Interface Sender

All Superinterfaces:
Connection
All Known Implementing Classes:
CimdConnection, ConnectionManager, GsmModem, Loopback, SmppConnection, UCPConnection

public interface Sender
extends Connection

A Sender is a connection to some service that is used by the application to send messages. See above for implementations of the Sender interface. Factory class provides ways of instantiaing senders dynamically at runtime.

See Also:
Factory

Field Summary
 
Fields inherited from interface ie.ncl.msg.Connection
CONNECTED, NOT_CONNECTED, NOT_USED, RECONNECTING
 
Method Summary
 void send(Message message, SenderListener listener)
          Send a message asynchronously.
 
Methods inherited from interface ie.ncl.msg.Connection
close, connect, connected, getConnectionStatus, getTypeDefaults, init, init, putTypeDefaults, setErrorListener, shutdown
 

Method Detail

send

void send(Message message,
          SenderListener listener)
          throws MessageException,
                 ConnectionException
Send a message asynchronously. Once the message is processed (successfully sent or not) the listener will be called to notify the application of the outcome. See SenderListener for more detail.

Throws:
MessageException
ConnectionException
See Also:
SenderListener, Message

Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit