com.spedmo.sms
Class SoapMessage

java.lang.Object
  extended by com.spedmo.sms.SoapMessage

public class SoapMessage
extends Object


Field Summary
protected static QName QNAME
           
static Integer RETURN_ERROR_INSUFFICIENT_CREDIT
           
static Integer RETURN_ERROR_INVALID_IP
           
static Integer RETURN_ERROR_INVALID_NUMBER
           
static Integer RETURN_ERROR_INVALID_SOAPCODE
           
static Integer RETURN_ERROR_INVALID_USERNAME
           
static Integer RETURN_ERROR_UNKNOWN
           
static Integer RETURN_SUCCESS
           
 
Constructor Summary
SoapMessage()
           
 
Method Summary
 String getFromNumber()
           
 Integer getReturnCode()
           
 List getSmsMessages()
           
protected static void registerTypeMapping(Call call)
           
 void setFromNumber(String fromNumber)
           
 void setReturnCode(Integer returnCode)
           
 void setSmsMessages(List smsMessages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETURN_SUCCESS

public static final Integer RETURN_SUCCESS

RETURN_ERROR_UNKNOWN

public static final Integer RETURN_ERROR_UNKNOWN

RETURN_ERROR_INVALID_USERNAME

public static final Integer RETURN_ERROR_INVALID_USERNAME

RETURN_ERROR_INVALID_SOAPCODE

public static final Integer RETURN_ERROR_INVALID_SOAPCODE

RETURN_ERROR_INVALID_IP

public static final Integer RETURN_ERROR_INVALID_IP

RETURN_ERROR_INSUFFICIENT_CREDIT

public static final Integer RETURN_ERROR_INSUFFICIENT_CREDIT

RETURN_ERROR_INVALID_NUMBER

public static final Integer RETURN_ERROR_INVALID_NUMBER

QNAME

protected static final QName QNAME
Constructor Detail

SoapMessage

public SoapMessage()
Method Detail

getFromNumber

public String getFromNumber()

setFromNumber

public void setFromNumber(String fromNumber)

getSmsMessages

public List getSmsMessages()

setSmsMessages

public void setSmsMessages(List smsMessages)

getReturnCode

public Integer getReturnCode()

setReturnCode

public void setReturnCode(Integer returnCode)

registerTypeMapping

protected static void registerTypeMapping(Call call)


Copyright © 2007 Spedmo. All Rights Reserved.