org.apache.axis2.transport.sms
Class SMSTransportConstents

java.lang.Object
  extended by org.apache.axis2.transport.sms.SMSTransportConstents

public class SMSTransportConstents
extends java.lang.Object

Keeps the constets that are need for SMS Transport.Currently The code of the Class is divided in to three sections for the keep the clarity 1) SMS Transport Constents : add the constents to this section if you need to add new constents to the gneric SMSTransport level. 2) SMPP Constents : SMPP is one implimentation of SMSTransport.Add Constents to this section if you need to add constents related to SMPP section 3) GSM Constets : This a another implimentation. Add Constents to this section if you need to add constents related to GSM section if you are going to add a another SMS implimentation add a another section to this class eg:"XXX Transport Constents"


Field Summary
static java.lang.String BAUD_RATE
           
static java.lang.String BUILDER_CLASS
           
static java.lang.String COM_PORT
           
static java.lang.String DESTINATION
           
static java.lang.String FORMATTER_CLASS
           
static java.lang.String HOST
           
static java.lang.String IMPLIMENTAION_CLASS
          SMS Transport Constents
static java.lang.String INVERT_SOURCE_AND_DESTINATION
          if this paprameter is set true in the Transport sender configuration.
static java.lang.String MANUFACTURER
           
static java.lang.String MODEL
           
static java.lang.String MODEM_GATEWAY_ID
          GSM Constents
static java.lang.String MODEM_POLL_INTERVAL
           
static java.lang.String PASSWORD
           
static java.lang.String PHONE_NUMBER
           
static java.lang.String PORT
           
static java.lang.String SEND_TO
           
static java.lang.String SYSTEM_ID
           
static java.lang.String SYSTEM_TYPE
          SMPP constents
 
Constructor Summary
SMSTransportConstents()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMPLIMENTAION_CLASS

public static java.lang.String IMPLIMENTAION_CLASS
SMS Transport Constents


BUILDER_CLASS

public static java.lang.String BUILDER_CLASS

FORMATTER_CLASS

public static java.lang.String FORMATTER_CLASS

SEND_TO

public static java.lang.String SEND_TO

DESTINATION

public static java.lang.String DESTINATION

INVERT_SOURCE_AND_DESTINATION

public static java.lang.String INVERT_SOURCE_AND_DESTINATION
if this paprameter is set true in the Transport sender configuration. sender will use message source specific parameters as destination parameters when sending the message the default value is true. eg: in a SMPP Transport message SOURCE_ADDRESS_TON will be used as the DESTINATION_ADDRESS_TON is this parameter is not set to false.


PHONE_NUMBER

public static java.lang.String PHONE_NUMBER

SYSTEM_TYPE

public static java.lang.String SYSTEM_TYPE
SMPP constents


SYSTEM_ID

public static java.lang.String SYSTEM_ID

PASSWORD

public static java.lang.String PASSWORD

HOST

public static java.lang.String HOST

PORT

public static java.lang.String PORT

MODEM_GATEWAY_ID

public static java.lang.String MODEM_GATEWAY_ID
GSM Constents


COM_PORT

public static java.lang.String COM_PORT

BAUD_RATE

public static java.lang.String BAUD_RATE

MANUFACTURER

public static java.lang.String MANUFACTURER

MODEL

public static java.lang.String MODEL

MODEM_POLL_INTERVAL

public static java.lang.String MODEM_POLL_INTERVAL
Constructor Detail

SMSTransportConstents

public SMSTransportConstents()


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