Uses of Interface
org.mobicents.protocols.smpp.util.APIConfig

Packages that use APIConfig
org.mobicents.protocols.smpp.util Network protocol support. 
 

Uses of APIConfig in org.mobicents.protocols.smpp.util
 

Classes in org.mobicents.protocols.smpp.util that implement APIConfig
 class AbstractAPIConfig
          Abstract base class for APIConfig instances.
 class PropertiesAPIConfig
          Base implementation of the APIConfig which reads its properties from a Java properties file, loaded from a predefined location.
 

Methods in org.mobicents.protocols.smpp.util that return APIConfig
static APIConfig APIConfigFactory.getConfig()
          Get the API configuration.
static APIConfig APIConfigFactory.loadConfig()
          Load and initialise an APIConfig instance.
 

Methods in org.mobicents.protocols.smpp.util with parameters of type APIConfig
static void APIConfigFactory.setCachedConfig(APIConfig apiConfig)
          Set the cached APIConfig instance that will be returned from calls to APIConfigFactory.getConfig().
 



Copyright © 2011 Mobicents. All Rights Reserved.