Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
R
rand
- Static variable in class mymobilesite.communication.
Randomizer
Randomizer
- Class in
mymobilesite.communication
This class is used to create unique identifiers.
Randomizer()
- Constructor for class mymobilesite.communication.
Randomizer
read()
- Method in class mymobilesite.controller.
Configurations
This method tries to read the content of the applications's recordstore.
read(XmlPullParser, Object, int, String, String, PropertyInfo)
- Method in class org.ksoap2.serialization.
SoapSerializationEnvelope
Builds an object from the XML stream.
read(char)
- Method in class org.kxml2.io.
KXmlParser
read()
- Method in class org.kxml2.io.
KXmlParser
readAttr()
- Method in class org.kxml2.wap.
WbxmlParser
readByte()
- Method in class org.kxml2.wap.
WbxmlParser
reader
- Variable in class org.kxml2.io.
KXmlParser
readInstance(XmlPullParser, String, String, PropertyInfo)
- Method in class org.ksoap2.serialization.
DM
readInstance(XmlPullParser, String, String, PropertyInfo)
- Method in interface org.ksoap2.serialization.
Marshal
This methods reads an instance from the given parser.
readInstance(XmlPullParser, String, String, PropertyInfo)
- Method in class org.ksoap2.serialization.
MarshalBase64
readInstance(XmlPullParser, String, String, PropertyInfo)
- Method in class org.ksoap2.serialization.
MarshalDate
readInstance(XmlPullParser, String, String, PropertyInfo)
- Method in class org.ksoap2.serialization.
MarshalHashtable
readInstance(XmlPullParser, String, String, PropertyInfo)
- Method in class org.ksoap2.serialization.
SoapSerializationEnvelope
Returns a new object read from the given parser.
readInt()
- Method in class org.kxml2.wap.
WbxmlParser
readName()
- Method in class org.kxml2.io.
KXmlParser
readSerializable(XmlPullParser, KvmSerializable)
- Method in class org.ksoap2.serialization.
SoapSerializationEnvelope
readStrI()
- Method in class org.kxml2.wap.
WbxmlParser
readStrT()
- Method in class org.kxml2.wap.
WbxmlParser
readUnknown(XmlPullParser, String, String)
- Method in class org.ksoap2.serialization.
SoapSerializationEnvelope
If the type of the object cannot be determined, and thus no Marshal class can handle the object, this method is called.
readVector(XmlPullParser, Vector, PropertyInfo)
- Method in class org.ksoap2.serialization.
SoapSerializationEnvelope
receivedMessageID
- Variable in class mymobilesite.communication.
LibertyMessage
RECORDSTORE_NAME
- Static variable in class mymobilesite.controller.
Configurations
REF_ONLY
- Static variable in class org.ksoap2.serialization.
PropertyInfo
referenceContextClass
- Static variable in class org.xmlpull.v1.
XmlPullParserFactory
used as default class to server as context class in newInstance()
register(SoapSerializationEnvelope)
- Method in class org.ksoap2.serialization.
DM
register(SoapSerializationEnvelope)
- Method in interface org.ksoap2.serialization.
Marshal
Register this Marshal with Envelope
register(SoapSerializationEnvelope)
- Method in class org.ksoap2.serialization.
MarshalBase64
register(SoapSerializationEnvelope)
- Method in class org.ksoap2.serialization.
MarshalDate
register(SoapSerializationEnvelope)
- Method in class org.ksoap2.serialization.
MarshalHashtable
relaxed
- Variable in class org.kxml2.io.
KXmlParser
removeChild(int)
- Method in class org.kxml2.kdom.
Document
removeChild(int)
- Method in class org.kxml2.kdom.
Node
Removes the child object at the given index
request
- Variable in class mymobilesite.communication.
SaslMessage
REQUEST_SCHEMA_URI
- Static variable in class mymobilesite.controller.
Configurations
requestDump
- Variable in class org.ksoap2.transport.
Transport
String dump of request for debugging.
REQUESTING_SERVICE
- Static variable in class mymobilesite.communication.
LibertyProtocol
State constant indicating that the class is requesting the service chosen by the user from the Web Service Provider.
requestService(int)
- Method in class mymobilesite.communication.
LibertyProtocol
This method causes the class to enter the REQUESTING_SERVICE state and starts the executing thread.
require(int, String, String)
- Method in class org.kxml2.io.
KXmlParser
require(int, String, String)
- Method in class org.kxml2.wap.
WbxmlParser
require(int, String, String)
- Method in interface org.xmlpull.v1.
XmlPullParser
Test if the current event is of the given type and if the namespace and name do match. null will match any namespace and any name.
reset()
- Method in class mymobilesite.communication.
AuthTransport
Closes the input and output streams, but keeps the session
reset()
- Method in class org.ksoap2.transport.
HttpTransport
Closes the connection and associated streams.
resolvedIndex
- Variable in class org.ksoap2.serialization.
MarshalHashtable.ItemSoapObject
resolveId(String[], int)
- Method in class org.kxml2.wap.
WbxmlParser
RESOURCE_NAME
- Static variable in class org.xmlpull.v1.
XmlPullParserFactory
resourceid
- Variable in class mymobilesite.communication.
ResourceOffering
ResourceOffering
- Class in
mymobilesite.communication
This class is responsible for parsing the contents of a ResourceOffering element and storing the relevant information so that it can be used to contact the service provider.
ResourceOffering(Element, Element)
- Constructor for class mymobilesite.communication.
ResourceOffering
The constructor starts the process of parsing the request and retrieving the appropriate token from the credentials.
resourceOfferings
- Variable in class mymobilesite.communication.
LibertyProtocol
RESPONSE_SCHEMA_URI
- Static variable in class mymobilesite.controller.
Configurations
responseDump
- Variable in class org.ksoap2.transport.
Transport
String dump of response for debugging
resultsReady(int, Object)
- Method in class mymobilesite.controller.
Controller
Receives the results from the LibertyProtocol and handles them according to the state.
resultsReady(int, Object)
- Method in interface mymobilesite.controller.
LibertyProtocolListener
The implementation of this method should receive the result and handle it according to the current state of the LibertyProtocol.
RETRIEVING_PROVIDER_LIST
- Static variable in class mymobilesite.communication.
LibertyProtocol
State constant indicating that the class is retrieving the list of resource offerings from the Discovery Service.
retrivedProviders
- Variable in class mymobilesite.controller.
Controller
retry()
- Method in class mymobilesite.controller.
Controller
This method is called by the GUI to show that the user has requested the application to try again the previous action which failed.
retryDiscoQuery()
- Method in class mymobilesite.communication.
LibertyProtocol
In some cases the Controller will have to retry to retrieve the list of providers.
retryGetProviders()
- Method in class mymobilesite.communication.
LibertyProtocol
In some cases the Controller will have to retry the authentication.
ROOT_LABEL
- Static variable in class org.ksoap2.serialization.
SoapSerializationEnvelope
rootIndex
- Variable in class org.kxml2.kdom.
Document
row
- Variable in exception org.xmlpull.v1.
XmlPullParserException
run()
- Method in class mymobilesite.communication.
LibertyProtocol
This method takes care of the actual execution and performs tasks appropriate to the current state of the class.
run()
- Method in class mymobilesite.controller.
Configurations
This method is used when writing a value to the RecordStore.
run()
- Method in class mymobilesite.controller.
GUI
This method is used when a window is set.
running
- Variable in class mymobilesite.communication.
LibertyProtocol
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X