NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer
Class ComponentInputProcessor

java.lang.Object
  extended by nextapp.echo.webcontainer.ComponentInputProcessor
All Implemented Interfaces:
ClientMessage.Processor

public class ComponentInputProcessor
extends java.lang.Object
implements ClientMessage.Processor

ClientMessage.Processor which de-serializes changed properties and fired events generated by the client-side component hierarchy and passes them to appropriate ComponentSynchronizePeers for processing.


Constructor Summary
ComponentInputProcessor()
           
 
Method Summary
 void process(nextapp.echo.app.util.Context context, org.w3c.dom.Element dirElement)
          Processes a client message directive.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInputProcessor

public ComponentInputProcessor()
Method Detail

process

public void process(nextapp.echo.app.util.Context context,
                    org.w3c.dom.Element dirElement)
             throws java.io.IOException
Description copied from interface: ClientMessage.Processor
Processes a client message directive.

Specified by:
process in interface ClientMessage.Processor
Parameters:
context - the relevant Context
dirElement - the <dir> (directive) element
Throws:
java.io.IOException - if the directive contains invalid information
See Also:
ClientMessage.Processor.process(nextapp.echo.app.util.Context, org.w3c.dom.Element)

NextApp Echo3
v3.0.b4