| Interface | Description |
|---|---|
| Command<RESOURCE,REQUEST,RESPONSE> |
A command is a special kind of response which can be executed as part of a POST request.
|
| CommandHandler |
Manages a collection of resource
Command instances. |
| CrudActionNotifable<RESOURCE> | |
| EventActionFactory |
Abstraction for a EventAction creation factory.
|
| RestResource<RESOURCE> | |
| SecurityStrategy |
The interface for security strategies.
|
| ServiceLocator | |
| WsUtilService |
This interface temporarily inholds service method signatures, that was needed in restjersey and was not yet defined
in expected platform service classes.
|
| YResponseBuilder |
A wrapper about a
ResponseBuilder but based on specific operations like GET, PUT, POST, DELETE or, Hybris specific,
external Commands. |
| Class | Description |
|---|---|
| AbstractCollectionResource<RESOURCE> | |
| AbstractCommand<RESOURCE> | |
| AbstractResource<RESOURCE> | |
| AbstractResponseBuilder<RESOURCE,REQUEST,RESPONSE> | |
| AbstractSecurityStrategy | |
| AbstractYResource<RESOURCE> |
The Class AbstractYResource.
|
| AbstractYResponseBuilder<RESOURCE,REQUEST,RESPONSE> |
Abstract base implementation for
YResponseBuilder |
| AccessManagerSecurityStrategy |
WS security system is integrated with a type based (hmc managed) security configuration.
|
| CommandBeanFactoryPostProcessor | |
| DefaultCommandHandler |
Just a standard implementation for
CommandHandler |
| HttpDeleteResponseBuilder<RESOURCE,RESPONSE> | |
| HttpGetResponseBuilder<RESOURCE,RESPONSE> | |
| HttpPostResponseBuilder<RESOURCE,REQ_RESP> | |
| HttpPutResponseBuilder<RESOURCE,REQ_RESP> | |
| PropertyFileSecurityStrategy |
| Exception | Description |
|---|---|
| BadRequestException | |
| ForbiddenException | |
| InternalServerErrorException | |
| YWebservicesException |
RuntimeException which provides some additional webservice specific information which should be used to build
the client response. |
Copyright © 2018 SAP SE. All Rights Reserved.