Uses of Interface
org.apache.axis2.transport.sms.SMSImplManager

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

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

Methods in org.apache.axis2.transport.sms that return SMSImplManager
 SMSImplManager SMSManager.getCurrentImplimentation()
           
 

Methods in org.apache.axis2.transport.sms with parameters of type SMSImplManager
 void SMSManager.setCurrentImplimentation(SMSImplManager currentImplimentation)
           
 

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

Classes in org.apache.axis2.transport.sms.gsm that implement SMSImplManager
 class GSMImplManager
          Manage the GSM implimentation of the SMS Transport To use this with the axis2 to it must be spcified as a implimentation class in the Axis2 XML following is a Sample configuration org.apache.axis2.transport.sms.gsm.GSMImplManager /dev/ttyUSB0 modem.ttyUSB0 115200 HUAWEI E220
 

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

Classes in org.apache.axis2.transport.sms.smpp that implement SMSImplManager
 class SMPPImplManager
           
 



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