org.apache.axis2.transport.sms
Class DefaultSMSMessageFormatterImpl

java.lang.Object
  extended by org.apache.axis2.transport.sms.DefaultSMSMessageFormatterImpl
All Implemented Interfaces:
SMSMessageFormatter

public class DefaultSMSMessageFormatterImpl
extends java.lang.Object
implements SMSMessageFormatter


Constructor Summary
DefaultSMSMessageFormatterImpl()
           
 
Method Summary
 SMSMessage formatSMS(org.apache.axis2.context.MessageContext messageContext)
          format the out going SMS message from the MessageContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSMSMessageFormatterImpl

public DefaultSMSMessageFormatterImpl()
Method Detail

formatSMS

public SMSMessage formatSMS(org.apache.axis2.context.MessageContext messageContext)
                     throws java.lang.Exception
Description copied from interface: SMSMessageFormatter
format the out going SMS message from the MessageContext

Specified by:
formatSMS in interface SMSMessageFormatter
Returns:
SMSMessage thats going to submited to the SMSC
Throws:
java.lang.Exception


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