|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.techventus.server.voice.util.SMSParser
public class SMSParser
This class parses the SMS messages from the Google Voice XML response.
Constructor Summary | |
---|---|
SMSParser(java.lang.String response,
Contact me)
Creates a SMSParser instance. |
|
SMSParser(java.lang.String response,
java.lang.String myPhoneNumber)
Creates a SMSParser instance. |
Method Summary | |
---|---|
java.util.Collection<SMSThread> |
getSMSThreads()
Returns the SMS threads. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SMSParser(java.lang.String response, Contact me)
response
- the server's HTML response.me
- my Contact information.public SMSParser(java.lang.String response, java.lang.String myPhoneNumber)
response
- the server's HTML response.myPhoneNumber
- my Google Voice phone number.Method Detail |
---|
public java.util.Collection<SMSThread> getSMSThreads()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |