| Package | Description |
|---|---|
| org.symphonyoss.s2.canon.runtime | |
| org.symphonyoss.s2.canon.runtime.exception |
| Modifier and Type | Method and Description |
|---|---|
void |
IEmptyRequestManager.handle() |
void |
IResponseOnlyRequestManager.handle(IConsumer<R> consumer) |
void |
IPayloadOnlyRequestManager.handle(P payload) |
void |
IPayloadResponseRequestManager.handle(P payload,
IConsumer<R> consumer) |
protected abstract void |
PathHandler.handle(RequestContext context,
List<String> variables) |
protected void |
ResponseOnlyRequestManager.handleRequest(String request) |
protected void |
PayloadResponseRequestManager.handleRequest(String request) |
protected void |
PayloadOnlyRequestManager.handleRequest(String request) |
protected void |
EmptyRequestManager.handleRequest(String request) |
protected abstract void |
AbstractRequestManager.handleRequest(String request) |
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
An Exception which may be thrown by JAPIGEN implementing methods to indicate
that something went wrong.
|
class |
NoSuchRecordException
An Exception which may be thrown by JAPIGEN implementing methods to indicate
that a requested object does not exist.
|
class |
NotImplementedException
An Exception which may be thrown by JAPIGEN implementing methods to indicate
that the business logic for the method has not yet been implemented.
|
class |
PermissionDeniedException
An Exception which may be thrown by JAPIGEN implementing methods to indicate
that the request is understood but the caller lacks the necessary entitlements
to perform that action.
|
class |
ServerErrorException
An Exception which may be thrown by JAPIGEN implementing methods to indicate
that something went wrong.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.