Description: public void AnalyzeMsg(ShortMsg xmlBuffer)
{
BusinessProcess BP = new BusinessProcess() //业务处理类
String Msg = xmlBuffer.getShortMsg()
String mobileNum = xmlBuffer.getSendMobileNum()
String mobileType = xmlBuffer.getMobileType()
String postFix = xmlBuffer.getPostfix()
String ServiceCode = ""
String Opkey = "",OpkeyType=""
int ServiceIndex
try
{
if ( (Msg == null || Msg.equals("")))
{
BP.Help(xmlBuffer)
return
}
else
{
Msg = Msg.toUpperCase()
}
Msg = Msg.replaceAll(" ", "#")
Msg = Msg.replaceAll("#", "#")
Opkey = Msg
int ShapeIndex = Msg.indexOf("#")
To Search:
File list (Check if you may need any files):
BusinessEntry.java