|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.Controller
This class binds all the classes together by parsing inputStreams and interpreting data
Constructor Summary | |
Controller(ServiceSupplicant midlet)
|
Method Summary | |
void |
handleIdpResponse(java.lang.String response)
Takes care of the auth response from IDP. |
void |
handleInputStream(java.lang.String input,
int type)
Catch incoming data from clientApp and handle them properly |
void |
handleSIMResponse(int type,
java.lang.String response)
This method interprets the response from the SIMSupplicant, sets the state and calls the appropriate handler for next step. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Controller(ServiceSupplicant midlet)
midlet
- ServiceSupplicantMethod Detail |
public void handleInputStream(java.lang.String input, int type)
input
- type
- public void handleSIMResponse(int type, java.lang.String response)
type
- response
- public void handleIdpResponse(java.lang.String response)
response
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |