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 Class
ie.ncl.sms.smpp.Message

Packages that use Message
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. 
 

Uses of Message in ie.ncl.sms.smpp
 

Methods in ie.ncl.sms.smpp that return Message
 Message SmppConnection.convert(Message message)
           
 

Methods in ie.ncl.sms.smpp with parameters of type Message
 void Smpp.acknowledge(Message m, boolean success)
          Deprecated. Send a acknowledgement (negative or positive) to a received message.
 void Smpp.cancel(CancelResponse target, Message m)
          Deprecated. This method is used to asynchronously cancel a short message sent to the SMSC for further delivery to an SME or SMEs.
 void Smpp.cancel(Message m)
          Deprecated.  
 void CancelResponse.cancelResponse(java.lang.Exception ex, Message m)
           
 Message SmppConnection.convert(Message smppMsg, MessageSettings settings)
           
 void DataResponse.dataResponse(java.lang.Exception ex, Message m, MessageSettings ms)
           
 void Smpp.details(DetailsResponse target, Message m)
          Deprecated. This method is used to asynchronously query all of the details of a short message sent to the SMSC for further delivery to an SME.
 void Smpp.details(Message m)
          Deprecated. This method is used to synchronously query all of the details of a short message sent to See the asynchronous version of this method above for more detail.
 void DetailsResponse.detailsResponse(java.lang.Exception ex, Message m)
           
 boolean SmppConnection.interceptReceiverApiCallToInsertSmppCommandAttributes(Message smppMsg, java.lang.Exception ex, Message msg, MessageSettings settings)
           
 boolean Receiver.receive(java.lang.Exception ex, Message m)
           
 boolean SmppConnection.receive(java.lang.Exception ex, Message smppMsg, MessageSettings settings)
          Implements SMPP callback (asynchronous receive).
 boolean ExtendedReceiver.receive(java.lang.Exception ex, Message m, MessageSettings ms)
           
 void Smpp.replace(Message m)
          Deprecated. This method is used to synchronously replace a short message sent to the SMSC for further delivery to an SME.
 void Smpp.replace(ReplaceResponse target, Message m)
          Deprecated. This method is used to asynchronously replace a short message sent to the SMSC for further delivery to an SME.
 void ReplaceResponse.replaceResponse(java.lang.Exception ex, Message m)
           
 void Smpp.send(ExtendedSendResponse target, Message m, MessageSettings settings)
          Deprecated. This method is used to asynchronously send a short message to the SMSC for further delivery to an SME or SMEs.
 void Smpp.send(Message m)
          Deprecated.  
 void Smpp.send(Message m, MessageSettings ms)
          Deprecated.  
 void Smpp.send(SendResponse target, Message m)
          Deprecated. This method is used to asynchronously send a short message to the SMSC for further delivery to an SME or SMEs.
 void Smpp.send(SendResponse target, Message m, MessageSettings ms)
          Deprecated.  
 void SmppConnection.sendResponse(java.lang.Exception exception, Message m)
          Implements SMPP callback (asynchronous send).
 void SendResponse.sendResponse(java.lang.Exception ex, Message m)
           
 void ExtendedSendResponse.sendResponse(java.lang.Exception ex, Message m, MessageSettings settings)
           
 void Smpp.status(Message m)
          Deprecated. This method is used to synchronously query the status of a short message sent to See the asynchronous version of this method above for more detail.
 void Smpp.status(StatusResponse target, Message m)
          Deprecated. This method is used to asynchronously query the status of a short message sent to the SMSC for further delivery to an SME.
 void StatusResponse.statusResponse(java.lang.Exception ex, Message m)
           
 


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