|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.transport.sms.SMSManager
public class SMSManager
SMS manager will manage all SMS implementation managers and it will dispatch the Message to the Axis2 Engine
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
log
the reference to the actual commons logger to be used for log messages |
| Constructor Summary | |
|---|---|
SMSManager()
|
|
| Method Summary | |
|---|---|
void |
dispatchToAxis2(SMSMessage sms)
Dispatch the SMS message to Axis2 Engine |
SMSImplManager |
getCurrentImplimentation()
|
java.lang.String |
getPhoneNumber()
|
void |
init(org.apache.axis2.description.TransportInDescription transportInDescription,
org.apache.axis2.context.ConfigurationContext configurationContext)
initialize the SMS manager with TransportinDiscription if Manager is already inited it will only set the TransportInDiscription in the current Implimentation manager |
void |
init(org.apache.axis2.description.TransportOutDescription transportOutDescription,
org.apache.axis2.context.ConfigurationContext configurationContext)
Initialize the SMS Maneger with TransportOutDiscription if the Maneger is already inited it will set the Transport Outdetails in the Current Implimentation Manage |
boolean |
isInited()
|
boolean |
isInvertSourceAndDestination()
|
void |
sendSMS(org.apache.axis2.context.MessageContext messageContext)
send a SMS form the message comming form the Axis2 Engine |
void |
sentInfo(SMSMessage sms)
send the information SMS messages other than messages comming form the Axis2 Engine |
void |
setCurrentImplimentation(SMSImplManager currentImplimentation)
|
void |
setInvertSourceAndDestination(boolean invertSourceAndDestination)
|
void |
start()
|
void |
stop()
|
| 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
| Constructor Detail |
|---|
public SMSManager()
| Method Detail |
|---|
public void init(org.apache.axis2.description.TransportInDescription transportInDescription,
org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
transportInDescription - configurationContext -
org.apache.axis2.AxisFault
public void init(org.apache.axis2.description.TransportOutDescription transportOutDescription,
org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
transportOutDescription - configurationContext -
org.apache.axis2.AxisFaultpublic void dispatchToAxis2(SMSMessage sms)
sms - public void sendSMS(org.apache.axis2.context.MessageContext messageContext)
messageContext - that is comming form the Axis2public void sentInfo(SMSMessage sms)
sms - public SMSImplManager getCurrentImplimentation()
public void setCurrentImplimentation(SMSImplManager currentImplimentation)
public void start()
public void stop()
public boolean isInited()
public java.lang.String getPhoneNumber()
public boolean isInvertSourceAndDestination()
public void setInvertSourceAndDestination(boolean invertSourceAndDestination)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||