org.apache.axis2.transport.sms
Interface SMSMessageBuilder

All Known Implementing Classes:
DefaultSMSMessageBuilderImpl

public interface 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


Method Summary
 org.apache.axis2.context.MessageContext 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
 

Method Detail

buildMessaage

org.apache.axis2.context.MessageContext buildMessaage(SMSMessage msg,
                                                      org.apache.axis2.context.ConfigurationContext configurationContext)
                                                      throws InvalidMessageFormatException
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

Parameters:
msg -
configurationContext -
Returns:
Throws:
InvalidMessageFormatException


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