com.knowgate.sms
Class SMSPushFactory

java.lang.Object
  extended by com.knowgate.sms.SMSPushFactory

public final class SMSPushFactory
extends java.lang.Object


Constructor Summary
SMSPushFactory()
           
 
Method Summary
static SMSPush newInstanceOf(java.lang.String sProviderClassName)
          Create an instance of an SMSPush subclass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMSPushFactory

public SMSPushFactory()
Method Detail

newInstanceOf

public static SMSPush newInstanceOf(java.lang.String sProviderClassName)
                             throws java.lang.ClassNotFoundException,
                                    java.lang.ClassCastException,
                                    java.lang.InstantiationException,
                                    java.lang.IllegalAccessException
Create an instance of an SMSPush subclass

Parameters:
sProviderClassName - One of { com.knowgate.sms.SMSPushAltiria, com.knowgate.sms.SMSPushRealidadFutura, com.knowgate.sms.SMSPushSybase365 }
Throws:
java.lang.ClassNotFoundException
java.lang.ClassCastException
java.lang.InstantiationException
java.lang.IllegalAccessException