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

Uses of Package
ie.ncl.msg

Packages that use ie.ncl.msg
ie.ncl.media.music This package contains classes required create ring-tone objects from RTTTLs and IMelody files, and convert them to EMS, Smart Messages and MIDI files - please use the ie.ncl.mms API to send handset independent ringtone messages. 
ie.ncl.mms This package provides a generic XML document based interface to all the mobile messaging types and protocols including SMS, EMS and Smart Messaging. 
ie.ncl.msg This package provides a generic interface to all messaging protocols including but not limited to the SMS cellular network protocols. 
ie.ncl.msg.impl   
ie.ncl.msg.server   
ie.ncl.sms This package provides a list of all SMS message attribute that can be set independent of the underlying SMS cellular network protocols. 
ie.ncl.sms.cimd This package contains the Computer Interface to Message Distribution (CIMD) protocol classes used to interface with an CIMD compliant SMSC such as Nokia's SMSC models. 
ie.ncl.sms.gsm This package contains the GSM classes that define attributes specific to GSM short messages. 
ie.ncl.sms.lm This package contains classes used to support long messages, concatenated SMS or fragmentation and reassembly (SAR). 
ie.ncl.sms.modem This package contains the GsmModem protocol classes used to interface with an GSM cellular device such as a: Siemens M30, TC35, MC35, S45, SL45; a Nokia PremiCell, Phone Card, 6310, 6310i; Sony Ericsson GM27/29; and Falcom A2 
ie.ncl.sms.nbs   
ie.ncl.sms.smpp This package contains  the Short Message Peer to Peer (SMPP) protocol classes used to interface with an SMPP compliant SMSC such as Logica's Telepath SMSC. 
ie.ncl.sms.smpp.server   
ie.ncl.sms.ucp This package contains the Univeral Computer Protocol (UCP) protocol classes used to interface with an UCP compliant SMSC such as CMG's SMSC models. 
ie.ncl.wap.push This package is used to generate WAP Push Requests that are sent to mobile phones over the SMS Bearer. 
 

Classes in ie.ncl.msg used by ie.ncl.media.music
Address
          This object is used to specify/determine the source/destination address of a message.
 

Classes in ie.ncl.msg used by ie.ncl.mms
Address
          This object is used to specify/determine the source/destination address of a message.
ConnectionException
          This class is used to indicate problems with the underlying connection.
Message
          The Message class is the base class used for all messages in the Generic API.
MessageException
          This exception class is used to indicate a problem with a specific message - being sent or received.
Receiver
          An Receiver is a connection to some service that is used to deliver messages to the application.
ReceiverListener
          This interface is used to receive messages asynchronously.
Sender
          A Sender is a connection to some service that is used by the application to send messages.
 

Classes in ie.ncl.msg used by ie.ncl.msg
Address
          This object is used to specify/determine the source/destination address of a message.
Attributes
          The Attributes object (or attribute set) is used to group a set of attribute name and value pairs.
BinaryMessage
          BinaryMessage extends the base class Message (used for all messages in the Generic API) by implementing the message body as byte[] data.
Connection
          This interface is used to define the basic methods required of a message connection.
ConnectionException
          This class is used to indicate problems with the underlying connection.
ErrorListener
          This interface is used to notify the application of errors that occur in an underlying messaging connection.
Message
          The Message class is the base class used for all messages in the Generic API.
MessageException
          This exception class is used to indicate a problem with a specific message - being sent or received.
Receiver
          An Receiver is a connection to some service that is used to deliver messages to the application.
ReceiverListener
          This interface is used to receive messages asynchronously.
ReconnectException
          Deprecated. Not a meaningful name. Use the TemporaryConnectionException.
Sender
          A Sender is a connection to some service that is used by the application to send messages.
SenderListener
          This interface is used to get acknowledgments of send messages asynchronously.
TextMessage
          TextMessage extends the base class Message (used for all messages in the Generic API) by implementing the message body textual (String) data.
 

Classes in ie.ncl.msg used by ie.ncl.msg.impl
Connection
          This interface is used to define the basic methods required of a message connection.
 

Classes in ie.ncl.msg used by ie.ncl.msg.server
Connection
          This interface is used to define the basic methods required of a message connection.
ConnectionException
          This class is used to indicate problems with the underlying connection.
ErrorListener
          This interface is used to notify the application of errors that occur in an underlying messaging connection.
ReceiverListener
          This interface is used to receive messages asynchronously.
 

Classes in ie.ncl.msg used by ie.ncl.sms
AttributeNames
          This dummy interface should be/is extended by interfaces that define the Attribute Names of messages for a variety of transport.
 

Classes in ie.ncl.msg used by ie.ncl.sms.cimd
AttributeNames
          This dummy interface should be/is extended by interfaces that define the Attribute Names of messages for a variety of transport.
Connection
          This interface is used to define the basic methods required of a message connection.
ConnectionException
          This class is used to indicate problems with the underlying connection.
Message
          The Message class is the base class used for all messages in the Generic API.
MessageException
          This exception class is used to indicate a problem with a specific message - being sent or received.
Receiver
          An Receiver is a connection to some service that is used to deliver messages to the application.
ReceiverListener
          This interface is used to receive messages asynchronously.
Sender
          A Sender is a connection to some service that is used by the application to send messages.
SenderListener
          This interface is used to get acknowledgments of send messages asynchronously.
 

Classes in ie.ncl.msg used by ie.ncl.sms.gsm
Address
          This object is used to specify/determine the source/destination address of a message.
AttributeNames
          This dummy interface should be/is extended by interfaces that define the Attribute Names of messages for a variety of transport.
BinaryMessage
          BinaryMessage extends the base class Message (used for all messages in the Generic API) by implementing the message body as byte[] data.
ConnectionException
          This class is used to indicate problems with the underlying connection.
Message
          The Message class is the base class used for all messages in the Generic API.
MessageException
          This exception class is used to indicate a problem with a specific message - being sent or received.
Sender
          A Sender is a connection to some service that is used by the application to send messages.
 

Classes in ie.ncl.msg used by ie.ncl.sms.lm
Connection
          This interface is used to define the basic methods required of a message connection.
Message
          The Message class is the base class used for all messages in the Generic API.
Receiver
          An Receiver is a connection to some service that is used to deliver messages to the application.
ReceiverListener
          This interface is used to receive messages asynchronously.
 

Classes in ie.ncl.msg used by ie.ncl.sms.modem
Address
          This object is used to specify/determine the source/destination address of a message.
AttributeNames
          This dummy interface should be/is extended by interfaces that define the Attribute Names of messages for a variety of transport.
Connection
          This interface is used to define the basic methods required of a message connection.
ConnectionException
          This class is used to indicate problems with the underlying connection.
Message
          The Message class is the base class used for all messages in the Generic API.
MessageException
          This exception class is used to indicate a problem with a specific message - being sent or received.
Receiver
          An Receiver is a connection to some service that is used to deliver messages to the application.
ReceiverListener
          This interface is used to receive messages asynchronously.
Sender
          A Sender is a connection to some service that is used by the application to send messages.
SenderListener
          This interface is used to get acknowledgments of send messages asynchronously.
 

Classes in ie.ncl.msg used by ie.ncl.sms.nbs
Address
          This object is used to specify/determine the source/destination address of a message.
AttributeNames
          This dummy interface should be/is extended by interfaces that define the Attribute Names of messages for a variety of transport.
BinaryMessage
          BinaryMessage extends the base class Message (used for all messages in the Generic API) by implementing the message body as byte[] data.
ConnectionException
          This class is used to indicate problems with the underlying connection.
Message
          The Message class is the base class used for all messages in the Generic API.
MessageException
          This exception class is used to indicate a problem with a specific message - being sent or received.
Sender
          A Sender is a connection to some service that is used by the application to send messages.
SyncSender
          This is a convenience class for converting asynchronous senders into synchronous ones.
TextMessage
          TextMessage extends the base class Message (used for all messages in the Generic API) by implementing the message body textual (String) data.
 

Classes in ie.ncl.msg used by ie.ncl.sms.smpp
AttributeNames
          This dummy interface should be/is extended by interfaces that define the Attribute Names of messages for a variety of transport.
Connection
          This interface is used to define the basic methods required of a message connection.
ConnectionException
          This class is used to indicate problems with the underlying connection.
Message
          The Message class is the base class used for all messages in the Generic API.
MessageException
          This exception class is used to indicate a problem with a specific message - being sent or received.
Receiver
          An Receiver is a connection to some service that is used to deliver messages to the application.
ReceiverListener
          This interface is used to receive messages asynchronously.
Sender
          A Sender is a connection to some service that is used by the application to send messages.
SenderListener
          This interface is used to get acknowledgments of send messages asynchronously.
 

Classes in ie.ncl.msg used by ie.ncl.sms.smpp.server
Connection
          This interface is used to define the basic methods required of a message connection.
ConnectionException
          This class is used to indicate problems with the underlying connection.
ErrorListener
          This interface is used to notify the application of errors that occur in an underlying messaging connection.
ReceiverListener
          This interface is used to receive messages asynchronously.
 

Classes in ie.ncl.msg used by ie.ncl.sms.ucp
AttributeNames
          This dummy interface should be/is extended by interfaces that define the Attribute Names of messages for a variety of transport.
Connection
          This interface is used to define the basic methods required of a message connection.
ConnectionException
          This class is used to indicate problems with the underlying connection.
Message
          The Message class is the base class used for all messages in the Generic API.
MessageException
          This exception class is used to indicate a problem with a specific message - being sent or received.
Receiver
          An Receiver is a connection to some service that is used to deliver messages to the application.
ReceiverListener
          This interface is used to receive messages asynchronously.
Sender
          A Sender is a connection to some service that is used by the application to send messages.
SenderListener
          This interface is used to get acknowledgments of send messages asynchronously.
 

Classes in ie.ncl.msg used by ie.ncl.wap.push
Address
          This object is used to specify/determine the source/destination address of a message.
Attributes
          The Attributes object (or attribute set) is used to group a set of attribute name and value pairs.
BinaryMessage
          BinaryMessage extends the base class Message (used for all messages in the Generic API) by implementing the message body as byte[] data.
ConnectionException
          This class is used to indicate problems with the underlying connection.
Message
          The Message class is the base class used for all messages in the Generic API.
MessageException
          This exception class is used to indicate a problem with a specific message - being sent or received.
Sender
          A Sender is a connection to some service that is used by the application to send messages.
 


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