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.SMSException

Packages that use SMSException
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 SMSException in ie.ncl.sms.smpp
 

Subclasses of SMSException in ie.ncl.sms.smpp
 class TemporarySMSException
          This is the TemporarySMSException class.
 

Methods in ie.ncl.sms.smpp that throw SMSException
 void Smpp.acknowledge(Message m, boolean success)
          Deprecated. Send a acknowledgement (negative or positive) to a received message.
 void Smpp.add(AddCustomerResponse target, Customer c)
          Deprecated. This method is used to asynchronously add a new Customer to the SMSC.
 void Smpp.add(AddDLResponse target, Address source, java.lang.String dlname)
          Deprecated. These method asynchronously adds a new (empty) Distribution list to the SMSC.
 void Smpp.add(AddMemberResponse target, Address source, java.lang.String dlname, Member member)
          Deprecated. These method asynchronously adds a new member to distribution list on the SMSC.
 void Smpp.add(Address source, java.lang.String dlname)
          Deprecated. This method is a synchronous version of the one above.
 void Smpp.add(Address source, java.lang.String dlname, Member member)
          Deprecated. This method is a synchronous version of the one above.
 void Smpp.add(Customer c)
          Deprecated. This method is used to synchronously add a new Customer to the SMSC.
 void Smpp.alerts(AlertNotification target)
          Deprecated. This method sets up a callback target which will be called when alert notifications are received.
 void Smpp.bind(Binding b)
          Deprecated. This method performs an synchronous bind with the SMSC.
 void Smpp.bind(BindResponse target, Binding b)
          Deprecated. This method is used to perform an asynchronous bind with the SMSC.
 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 Smpp.checkLink()
          Deprecated. This method performs a up-link check on the SMPP connection.
 void Smpp.checkLink(CheckLinkResponse target)
          Deprecated. This method performs a up-link check on the SMPP connection.
 void Smpp.del(Address source, java.lang.String dlname)
          Deprecated. This method is a synchronous version of the one above.
 void Smpp.del(Address source, java.lang.String dlname, Member member)
          Deprecated. This method is a synchronous version of the one above.
 void Smpp.del(Customer c)
          Deprecated. This method is used to synchronously delete an existing customer on the SMSC.
 void Smpp.del(DelCustomerResponse target, Customer c)
          Deprecated. This method is used to asynchronously delete an existing customer on the SMSC.
 void Smpp.del(DelDLResponse target, Address source, java.lang.String dlname)
          Deprecated. These method asynchronously deletes an existing Distribution List on the SMSC.
 void Smpp.del(DelMemberResponse target, Address source, java.lang.String dlname, Member member)
          Deprecated. These method asynchronously adds a deletes an existing member of distribution list on the SMSC.
 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.
 java.lang.String[] Smpp.get(Address source)
          Deprecated. This method is a synchronous version of the one above.
 Member[] Smpp.get(Address source, java.lang.String dlname)
          Deprecated. This method is a synchronous version of the one above.
 void Smpp.get(Customer c)
          Deprecated. This method is used to synchronously retrieve an existing customer's attributes See the asynchronous version of this method above for more detail.
 void Smpp.get(GetCustomerResponse target, Customer c)
          Deprecated. This method is used to asynchronously retrieve an existing customer's attributes on the SMSC.
 void Smpp.get(GetDLResponse target, Address source)
          Deprecated. These method asynchronously retrieves a list of distribution list names on the SMSC.
 void Smpp.get(GetMemberResponse target, Address source, java.lang.String dlname)
          Deprecated. These method asynchronously retrieves the members of distribution list on the SMSC.
 java.lang.String[] Smpp.list(Address source, int count)
          Deprecated. This method is used to synchronously query a list of short messages sent to the SMSC for further delivery to an SME.
 void Smpp.list(ListResponse target, Address source, int count)
          Deprecated. This method is used to asynchronously query a list of short messages sent to the SMSC for further delivery to an SME.
 void Smpp.mod(Customer c)
          Deprecated. This method is used to synchronously modify an existing Customer at the SMSC.
 void Smpp.mod(ModCustomerResponse target, Customer c)
          Deprecated. This method is used to asynchronously modify an existing Customer at the SMSC.
 void Smpp.parameter(ParameterResponse target, java.lang.String name)
          Deprecated. This method is used to retrieve a (per ESME & system wide) configurable parameter at the SMSC.
 java.lang.String Smpp.parameter(java.lang.String name)
          Deprecated. This method is used to retrieve a (per ESME & system wide) configurable parameter at the SMSC.
 void Smpp.receive(ExtendedReceiver target)
          Deprecated. This method sets up a callback target which will be called when messages are received.
 void Smpp.receive(Receiver target)
          Deprecated. This method sets up a callback target which will be called when messages are received.
 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 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.service(java.net.Socket socket)
           
 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.
 

Constructors in ie.ncl.sms.smpp that throw SMSException
Smpp()
          Deprecated. This constructor sets up the SMPP protocol and connects to the SMSC.
 


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