IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel.sms.outbound
Interface OutboundMessageHandler

All Known Implementing Classes:
BTTOutboundMessageHandler

public interface OutboundMessageHandler


Method Summary
 java.lang.String sendMessage(java.lang.Object message, java.lang.String toNumber)
          Sent SMS to the cell phone
 

Method Detail

sendMessage

java.lang.String sendMessage(java.lang.Object message,
                             java.lang.String toNumber)
                             throws SMSHandlerException
Sent SMS to the cell phone

Parameters:
message - SMS to be sent
toNumber - the phone number to which the SMS is sent
Returns:
message ID return from SMS Gateway, it can be used to query DLR status
Throws:
SMSHandlerException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011