|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsrc.server.InputHandler
Handles all input to the server that comes from users. Note that this class does not handle input that is generated by translators directly (i.e. translator reg requests). Implements singelton pattern.
| Method Summary | |
static InputHandler |
getInstance()
Used to get the object in singelton patterns. |
void |
handlePackage(XMLRPCPackage rpcPackage)
Handles an incoming package in XMLRPC form. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static InputHandler getInstance()
public void handlePackage(XMLRPCPackage rpcPackage)
rpcPackage - The input to handle.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||