public class ConsoleService extends Object implements StructuredService
Commands.| Constructor and Description |
|---|
ConsoleService() |
| Modifier and Type | Method and Description |
|---|---|
void |
call(ServiceCall call,
sirius.kernel.xml.StructuredOutput out)
Handles the incoming call while using out to generate the result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleExceptionpublic void call(ServiceCall call, sirius.kernel.xml.StructuredOutput out) throws Exception
StructuredServicecall in interface StructuredServicecall - the HTTP request to processout - the encoder used to generate the desired outputException - in case of an error. An appropriate result will be generated in the selected format.Copyright © 2018. All rights reserved.