|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.util.WapGateway
public class WapGateway
Wrap around the concept of WAP gateway: provides the informations related to a WAP configurations like APN, Username, Password and country.
Constructor Summary | |
---|---|
protected |
WapGateway()
Default empty |
|
WapGateway(java.lang.String apn,
java.lang.String username,
java.lang.String password,
java.lang.String country)
The constructor must receive all of the parameters |
|
WapGateway(java.lang.String apn,
java.lang.String username,
java.lang.String password,
java.lang.String gatewayIP,
java.lang.String country)
The constructor must receive all of the parameters |
Method Summary | |
---|---|
java.lang.String |
getApn()
Accessor method |
java.lang.String |
getCountry()
Accessor method |
java.lang.String |
getGatewayIP()
|
java.lang.String |
getPassword()
Accessor method |
java.lang.String |
getUsername()
Accessor method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WapGateway()
public WapGateway(java.lang.String apn, java.lang.String username, java.lang.String password, java.lang.String country)
apn
- is the String representation of the Access Point Name for this
wap gatewayusername
- required to access the given gateway (mandatory for some
carrier)password
- required to access the given gateway (mandatory for some
carrier)country
- is the country identificator for this gatewaypublic WapGateway(java.lang.String apn, java.lang.String username, java.lang.String password, java.lang.String gatewayIP, java.lang.String country)
apn
- is the String representation of the Access Point Name for this
wap gatewayusername
- required to access the given gateway (mandatory for some
carrier)password
- required to access the given gateway (mandatory for some
carrier)gatewayIP
- the IP of the gatewaycountry
- is the country identificator for this gatewayMethod Detail |
---|
public java.lang.String getApn()
public java.lang.String getUsername()
public java.lang.String getPassword()
public java.lang.String getCountry()
public java.lang.String getGatewayIP()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |