com.solidstategroup.messaging.sms.gateway.mblox
Class Outbound

java.lang.Object
  extended by com.solidstategroup.messaging.sms.gateway.mblox.Outbound
All Implemented Interfaces:
OutboundGateway

public class Outbound
extends java.lang.Object
implements OutboundGateway


Constructor Summary
Outbound()
           
 
Method Summary
 java.lang.String buildXMLMessage(SMSMessageOutBound messageToSend)
           
 ShortCode getShortCode()
           
 boolean sendMessage(SMSMessageOutBound messageToSend)
           
 void setShortCode(ShortCode shortCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Outbound

public Outbound()
Method Detail

buildXMLMessage

public java.lang.String buildXMLMessage(SMSMessageOutBound messageToSend)

sendMessage

public boolean sendMessage(SMSMessageOutBound messageToSend)
Specified by:
sendMessage in interface OutboundGateway

getShortCode

public ShortCode getShortCode()

setShortCode

public void setShortCode(ShortCode shortCode)