|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.web.xmlio.DefaultXmlIOServer
public class DefaultXmlIOServer
Default implementation for 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| Constructor Summary | |
|---|---|
DefaultXmlIOServer()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultXmlIOServer()
| Method Detail |
|---|
public Element immediateRequest(Element e)
throws JmriException
XmlIOServerThe incoming Element may be modified and returned as the reply.
immediateRequest in interface XmlIOServerJmriException
public void monitorRequest(Element e,
XmlIORequestor r)
throws JmriException
XmlIOServerThe incoming Element may be modified and returned as the reply. The return to the XmlIORequestor may be immediate, before this method returns.
monitorRequest in interface XmlIOServerJmriException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||