|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j2ee.blueprints.smarticket.web.MIDPService
A service that handles MIDP client requests for this application.
Constructor Summary | |
MIDPService()
|
Method Summary | |
boolean |
processRequest(java.io.DataOutputStream out,
java.lang.String req,
java.lang.String sessionURL)
Processes the given request, which is passed as a string. |
void |
removeMovieInfo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MIDPService() throws MIDPException
Method Detail |
public void removeMovieInfo() throws MIDPException
public boolean processRequest(java.io.DataOutputStream out, java.lang.String req, java.lang.String sessionURL) throws MIDPException
Processes the given request, which is passed as a string. Returns a string which contains the data requested.
This assumes the message is formatted as:
command^param1,param2,...
where command is a constant from
MessageConstants
.
req
- request represented as a stringMessageConstants
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |