rp.core
Class UnicumProvider

java.lang.Object
  |
  +--rp.core.SMSProvider
        |
        +--rp.core.UnicumProvider
All Implemented Interfaces:
rp.core.HTMLParser

public class UnicumProvider
extends SMSProvider
implements rp.core.HTMLParser

Send SMS via Unicum simply via an encoded URL.


Method Summary
 int getNoChars()
           
 java.util.List getPrefices()
           
 void parse(java.lang.String line)
           
 boolean send(SMS message)
           
 
Methods inherited from class rp.core.SMSProvider
encode, getName, isLetterOrDigit, main, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

send

public boolean send(SMS message)
Overrides:
send in class SMSProvider

parse

public void parse(java.lang.String line)
Specified by:
parse in interface rp.core.HTMLParser

getPrefices

public java.util.List getPrefices()
Overrides:
getPrefices in class SMSProvider

getNoChars

public int getNoChars()
Overrides:
getNoChars in class SMSProvider