|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ClientMessage.Processor
Interface for Processors which may be associated with a specific type of <dir>
(directive) element in the XML message. Registered processors will be invoked by ClientMessage.process().
| Method Summary | |
|---|---|
void |
process(nextapp.echo.app.util.Context context,
org.w3c.dom.Element dirElement)
Processes a client message directive. |
| Method Detail |
|---|
void process(nextapp.echo.app.util.Context context,
org.w3c.dom.Element dirElement)
throws java.io.IOException
context - the relevant ContextdirElement - the <dir> (directive) element
java.io.IOException - if the directive contains invalid information
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||