org.apache.axis2.transport.sms.smpp
Class SMPPMessage

java.lang.Object
  extended by org.apache.axis2.transport.sms.smpp.SMPPMessage

public class SMPPMessage
extends java.lang.Object

SMPP message is a atomic object wich carries a SMPPMessage


Field Summary
static int IN_MESSAGE
           
static int OUT_MESSAGE
           
 
Constructor Summary
SMPPMessage(java.lang.String sender, java.lang.String reciever, java.lang.String content, int direction)
           
 
Method Summary
 java.lang.String getContent()
           
 int getDirection()
           
 java.lang.String getReceiver()
           
 java.lang.String getSender()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_MESSAGE

public static int IN_MESSAGE

OUT_MESSAGE

public static int OUT_MESSAGE
Constructor Detail

SMPPMessage

public SMPPMessage(java.lang.String sender,
                   java.lang.String reciever,
                   java.lang.String content,
                   int direction)
            throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault
Method Detail

getSender

public java.lang.String getSender()

getReceiver

public java.lang.String getReceiver()

getContent

public java.lang.String getContent()

getDirection

public int getDirection()


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