|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.webcontainer.InputProcessor
public class InputProcessor
Parses an XML ClientMessage describing client-side changes to the
state of an application that is sent to the remote client as the request
of a synchronization HTTP connection.
| Constructor Summary | |
|---|---|
InputProcessor(SynchronizationState syncState,
Connection conn)
Creates a new InputProcessor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getInitId()
Returns the unique client-generated initialization request identifier specified in the ClientMessage. |
java.lang.String |
getWindowId()
Returns the unique client-generated window identifier specified in the ClientMessage. |
void |
process()
Processes input to the application, parsing a client message provided in the Connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputProcessor(SynchronizationState syncState,
Connection conn)
throws java.io.IOException
InputProcessor.
syncState - the SynchronizationState of the current synchronizationconn - the Connection for which the input is being parsed
java.io.IOException| Method Detail |
|---|
public java.lang.String getWindowId()
ClientMessage.
public java.lang.String getInitId()
ClientMessage.
public void process()
throws java.io.IOException
Connection.
Verifies client/server are in sync, and performs full refresh if they are not.
Writes incoming XML message to System.err in the event debug flag is enabled.
Invokes ClientMessage.process() to begin client-message processing (assuming client/server are synchronized).
java.io.IOException
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||