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

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

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

Methods in org.apache.axis2.transport.sms that return SMSMessage
 SMSMessage SMSMessageFormatter.formatSMS(org.apache.axis2.context.MessageContext messageContext)
          format the out going SMS message from the MessageContext
 SMSMessage DefaultSMSMessageFormatterImpl.formatSMS(org.apache.axis2.context.MessageContext messageContext)
           
 

Methods in org.apache.axis2.transport.sms with parameters of type SMSMessage
 org.apache.axis2.context.MessageContext SMSMessageBuilder.buildMessaage(SMSMessage msg, org.apache.axis2.context.ConfigurationContext configurationContext)
          Build the Axis2 Message Context form the SMSMessage.This is respnsible for handling
the content comming with the SMSMessage, handling the sender receiver details and handling the
and handling the SMSMessage properties to buld the Axis2 Message Context appropriately
 org.apache.axis2.context.MessageContext DefaultSMSMessageBuilderImpl.buildMessaage(SMSMessage msg, org.apache.axis2.context.ConfigurationContext configurationContext)
           
 void SMSManager.dispatchToAxis2(SMSMessage sms)
          Dispatch the SMS message to Axis2 Engine
protected  void DefaultSMSMessageBuilderImpl.handleSMSProperties(SMSMessage msg, org.apache.axis2.context.MessageContext messageContext)
          this will add the SMSMessage properties to the Axis2MessageContext
 void SMSImplManager.sendSMS(SMSMessage sm)
          send the SMS that is passed as a parameter using the current implimentation (To know the Content of the SMSMessage Look in to the documantaion of the SMSMessage )
 void SMSManager.sentInfo(SMSMessage sms)
          send the information SMS messages other than messages comming form the Axis2 Engine
 

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

Methods in org.apache.axis2.transport.sms.gsm with parameters of type SMSMessage
 void GSMImplManager.sendSMS(SMSMessage sm)
           
 

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

Methods in org.apache.axis2.transport.sms.smpp with parameters of type SMSMessage
 void SMPPImplManager.sendSMS(SMSMessage sm)
           
 



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