Uses of Package
org.apache.axis2.transport.sms

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

Classes in org.apache.axis2.transport.sms used by org.apache.axis2.transport.sms
InvalidMessageFormatException
           
SMSImplManager
          Interface for Specefic SMS implmentations SMS Manager will manage these implmentations
SMSManager
          SMS manager will manage all SMS implementation managers and it will dispatch the Message to the Axis2 Engine
SMSMessage
          SMS message is a atomic object wich carries a SMS SMS has can be either a IN message or a OUT message which will have the details sender , receiver ,Content and properties sender , receiver has a implied meaning with the Message direction
eg: in a IN_MESSAGE sender : the phone number of the phone that sms has been sent to axis2 receiver : the phone number given from the SMSC to the Axis2 in a OUT_MESSAGE sender : the phone number given from the SMSC to the Axis2 receiver : the phone number of the phone that sms created from Axis2 must deliver to
SMSMessageBuilder
          To allow trasport to accept messages from user defeined formats can implement this builder interface to create a implementation that can accept a custom SMS format and build a Message to Axis2
SMSMessageFormatter
          Interface for the Message formatters that build the out going SMSMessage from th Axis2 Message Context
 

Classes in org.apache.axis2.transport.sms used by org.apache.axis2.transport.sms.gsm
SMSImplManager
          Interface for Specefic SMS implmentations SMS Manager will manage these implmentations
SMSManager
          SMS manager will manage all SMS implementation managers and it will dispatch the Message to the Axis2 Engine
SMSMessage
          SMS message is a atomic object wich carries a SMS SMS has can be either a IN message or a OUT message which will have the details sender , receiver ,Content and properties sender , receiver has a implied meaning with the Message direction
eg: in a IN_MESSAGE sender : the phone number of the phone that sms has been sent to axis2 receiver : the phone number given from the SMSC to the Axis2 in a OUT_MESSAGE sender : the phone number given from the SMSC to the Axis2 receiver : the phone number of the phone that sms created from Axis2 must deliver to
 

Classes in org.apache.axis2.transport.sms used by org.apache.axis2.transport.sms.smpp
SMSImplManager
          Interface for Specefic SMS implmentations SMS Manager will manage these implmentations
SMSManager
          SMS manager will manage all SMS implementation managers and it will dispatch the Message to the Axis2 Engine
SMSMessage
          SMS message is a atomic object wich carries a SMS SMS has can be either a IN message or a OUT message which will have the details sender , receiver ,Content and properties sender , receiver has a implied meaning with the Message direction
eg: in a IN_MESSAGE sender : the phone number of the phone that sms has been sent to axis2 receiver : the phone number given from the SMSC to the Axis2 in a OUT_MESSAGE sender : the phone number given from the SMSC to the Axis2 receiver : the phone number of the phone that sms created from Axis2 must deliver to
 



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