Package esmska.transfer
Class GatewayInterpreter
- java.lang.Object
-
- esmska.transfer.GatewayInterpreter
-
public class GatewayInterpreter extends java.lang.ObjectClass that takes care of parsing gateway script files for extracting gateway info and sending messages.
-
-
Constructor Summary
Constructors Constructor Description GatewayInterpreter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansendMessage(SMS sms)Send a message
-
-
-
Method Detail
-
sendMessage
public boolean sendMessage(SMS sms) throws java.lang.Exception
Send a message- Parameters:
sms- sms to be sent- Returns:
- whether the message was sent successfully
- Throws:
java.lang.Exception
-
-