org.apache.axis2.transport.sms
Interface SMSMessageFormatter

All Known Implementing Classes:
DefaultSMSMessageFormatterImpl

public interface SMSMessageFormatter

Interface for the Message formatters that build the out going SMSMessage from th Axis2 Message Context


Method Summary
 SMSMessage formatSMS(org.apache.axis2.context.MessageContext messageContext)
          format the out going SMS message from the MessageContext
 

Method Detail

formatSMS

SMSMessage formatSMS(org.apache.axis2.context.MessageContext messageContext)
                     throws java.lang.Exception
format the out going SMS message from the MessageContext

Parameters:
messageContext -
Returns:
SMSMessage thats going to submited to the SMSC
Throws:
java.lang.Exception


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