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

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

Methods in ie.ncl.sms.smpp with parameters of type Customer
 void Smpp.add(AddCustomerResponse target, Customer c)
          Deprecated. This method is used to asynchronously add a new Customer to the SMSC.
 void Smpp.add(Customer c)
          Deprecated. This method is used to synchronously add a new Customer to the SMSC.
 void AddCustomerResponse.addResponse(java.lang.Exception e, Customer c)
           
 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 DelCustomerResponse.delResponse(java.lang.Exception e, Customer c)
           
 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 GetCustomerResponse.getResponse(java.lang.Exception e, Customer c)
           
 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 ModCustomerResponse.modResponse(java.lang.Exception e, Customer c)
           
 


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