|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.transport.sms.smpp.SMPPImplManager
public class SMPPImplManager
| Field Summary | |
|---|---|
static java.lang.String |
DESTINATION_ADDRESS_NPI
|
static java.lang.String |
DESTINATION_ADDRESS_TON
|
protected org.apache.commons.logging.Log |
log
the reference to the actual commons logger to be used for log messages |
static java.lang.String |
SOURCE_ADDRESS_NPI
|
static java.lang.String |
SOURCE_ADDRESS_TON
SMPP implementation Constents |
| Constructor Summary | |
|---|---|
SMPPImplManager()
|
|
| Method Summary | |
|---|---|
SMSManager |
getSMSInManager()
get the refferance to the SMSMeneger instance that the implimentaion has |
void |
sendSMS(SMSMessage sm)
send the SMS that is passed as a parameter using the current implimentation (To know the Content of the SMSMessage Look in to the documantaion of the SMSMessage ) |
void |
setSMSInManager(SMSManager manager)
set the SMS manager that carries out SMS In task to the SMSImplimentaion |
void |
setTransportInDetails(org.apache.axis2.description.TransportInDescription transportInDetails)
set the Transport in details that is needed for the implementation manager |
void |
setTransportOutDetails(org.apache.axis2.description.TransportOutDescription transportOutDetails)
set the Transport out details that is needed for the implementation manager |
void |
start()
start the Underlying SMS implmentation |
void |
stop()
stop the Underlying SMS implementation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.commons.logging.Log log
public static java.lang.String SOURCE_ADDRESS_TON
public static java.lang.String SOURCE_ADDRESS_NPI
public static java.lang.String DESTINATION_ADDRESS_TON
public static java.lang.String DESTINATION_ADDRESS_NPI
| Constructor Detail |
|---|
public SMPPImplManager()
| Method Detail |
|---|
public void start()
SMSImplManager
start in interface SMSImplManagerpublic void stop()
SMSImplManager
stop in interface SMSImplManager
public void setTransportInDetails(org.apache.axis2.description.TransportInDescription transportInDetails)
throws org.apache.axis2.AxisFault
SMSImplManager
setTransportInDetails in interface SMSImplManagerorg.apache.axis2.AxisFault
public void setTransportOutDetails(org.apache.axis2.description.TransportOutDescription transportOutDetails)
throws org.apache.axis2.AxisFault
SMSImplManager
setTransportOutDetails in interface SMSImplManagerorg.apache.axis2.AxisFaultpublic void sendSMS(SMSMessage sm)
SMSImplManager
sendSMS in interface SMSImplManagersm - SMSMessage to be sendpublic void setSMSInManager(SMSManager manager)
SMSImplManager
setSMSInManager in interface SMSImplManagerpublic SMSManager getSMSInManager()
SMSImplManager
getSMSInManager in interface SMSImplManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||