Uses of Class
org.apache.axis2.transport.sms.SMSManager

Packages that use SMSManager
org.apache.axis2.transport.sms   
org.apache.axis2.transport.sms.gsm   
org.apache.axis2.transport.sms.smpp   
 

Uses of SMSManager in org.apache.axis2.transport.sms
 

Methods in org.apache.axis2.transport.sms that return SMSManager
 SMSManager SMSImplManager.getSMSInManager()
          get the refferance to the SMSMeneger instance that the implimentaion has
 

Methods in org.apache.axis2.transport.sms with parameters of type SMSManager
 void SMSImplManager.setSMSInManager(SMSManager manager)
          set the SMS manager that carries out SMS In task to the SMSImplimentaion
 

Uses of SMSManager in org.apache.axis2.transport.sms.gsm
 

Methods in org.apache.axis2.transport.sms.gsm that return SMSManager
 SMSManager GSMImplManager.getSMSInManager()
           
 

Methods in org.apache.axis2.transport.sms.gsm with parameters of type SMSManager
 void GSMImplManager.setSMSInManager(SMSManager manager)
           
 

Constructors in org.apache.axis2.transport.sms.gsm with parameters of type SMSManager
GSMDispatcher(org.smslib.Service service, SMSManager manager)
          To create a GSMDispatcher a service object that is created for the current GSM modem is needed
 

Uses of SMSManager in org.apache.axis2.transport.sms.smpp
 

Methods in org.apache.axis2.transport.sms.smpp that return SMSManager
 SMSManager SMPPImplManager.getSMSInManager()
           
 

Methods in org.apache.axis2.transport.sms.smpp with parameters of type SMSManager
 void SMPPImplManager.setSMSInManager(SMSManager manager)
           
 

Constructors in org.apache.axis2.transport.sms.smpp with parameters of type SMSManager
SMPPDispatcher(SMSManager manager)
           
SMPPListener(SMSManager manager)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.