org.marre.sms.transport.gsm
Class GsmEncoder

java.lang.Object
  extended byorg.marre.sms.transport.gsm.GsmEncoder

public final class GsmEncoder
extends java.lang.Object

Builds GSM pdu encoded messages.

Version:
$Id: GsmEncoder.java,v 1.7 2005/11/26 16:39:33 c95men Exp $
Author:
Markus Eriksson

Method Summary
static byte[] encodePdu(SmsPdu thePdu, SmsAddress theDestination, SmsAddress theSender)
          Encodes the given sms pdu into a gsm sms pdu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encodePdu

public static byte[] encodePdu(SmsPdu thePdu,
                               SmsAddress theDestination,
                               SmsAddress theSender)
                        throws SmsException
Encodes the given sms pdu into a gsm sms pdu.

Parameters:
thePdu -
theDestination -
theSender -
Returns:
Throws:
SmsException


Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.