|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlIOServer
Interface for doing XML I/O.
JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
XmlIOFactory| Method Summary | |
|---|---|
Element |
immediateRequest(Element e)
Handle an immediate request, returning the result. |
void |
monitorRequest(Element e,
XmlIORequestor r)
Handle an asynchronous request The incoming Element may be modified and returned as the reply. |
| Method Detail |
|---|
Element immediateRequest(Element e)
throws JmriException
The incoming Element may be modified and returned as the reply.
JmriException
void monitorRequest(Element e,
XmlIORequestor r)
throws JmriException
The incoming Element may be modified and returned as the reply. The return to the XmlIORequestor may be immediate, before this method returns.
JmriException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||