Uses of Interface
esmska.data.GatewayInfo

Packages that use GatewayInfo
esmska.data   
 

Uses of GatewayInfo in esmska.data
 

Subinterfaces of GatewayInfo in esmska.data
 interface Gateway
          Interface for web SMS gateway.
 

Classes in esmska.data that implement GatewayInfo
 class DefaultGateway
          Default implementation of the Gateway interface.
 

Methods in esmska.data that return GatewayInfo
static GatewayInfo Gateways.parseInfo(java.net.URL script)
          Parse GatewayInfo implementation from the provided URL.