|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.protocols.smpp.version.VersionFactory
public class VersionFactory
Factory class for SMPP versions.
| Constructor Summary | |
|---|---|
VersionFactory()
|
|
| Method Summary | |
|---|---|
static SMPPVersion |
getDefaultVersion()
Get the default SMPP version implemented by this API. |
static SMPPVersion |
getVersion(int id)
Get the SMPP version for a particular version ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersionFactory()
| Method Detail |
|---|
public static SMPPVersion getDefaultVersion()
public static SMPPVersion getVersion(int id)
id - The version ID to get the SMPP version for,
VersionException - If the version ID is not known by this
factory.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||