|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for transferable data, whether synchronous or asynchronous
Method Summary | |
java.util.Locale |
getLocale()
Get locale |
java.util.Locale[] |
getLocales()
Get all locales |
java.lang.String |
getProtocol()
Get protocol |
java.lang.String |
getScheme()
Get scheme |
java.lang.String |
getTerminalId()
Get terminal id |
Methods inherited from interface org.mgif.connectivity.transfer.Attributes |
getAttribute, getAttributeNames, getAttributes, isAttribute, removeAttribute, setAttribute |
Method Detail |
public java.util.Locale getLocale()
public java.util.Locale[] getLocales()
Returns all possible locales that may be used in processing the datagram
public java.lang.String getProtocol()
Returns the name and version of the protocol the datagram uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1 or CIMD/2.0
public java.lang.String getScheme()
Returns the name of the scheme used by datagram, e.g. http, wap, sms, mms
public java.lang.String getTerminalId()
Returns the terminal id as well as known by underlying system. For SMS, this would be e.g. msisdn.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |