Uses of Class
com.skava.oms.model.response.CommonPluginProcessorResponse
Packages that use CommonPluginProcessorResponse
Package
Description
This package contains the exceptions for order
This package contains the response model for order service.
-
Uses of CommonPluginProcessorResponse in com.skava.oms.exception
Constructors in com.skava.oms.exception with parameters of type CommonPluginProcessorResponseModifierConstructorDescriptionCommonPluginServiceException
(ResponseCode responseCode, CommonPluginProcessorResponse pluginResponse, Object... parameters) Common Plugin service level exception handled. -
Uses of CommonPluginProcessorResponse in com.skava.oms.model.response
Fields in com.skava.oms.model.response declared as CommonPluginProcessorResponseModifier and TypeFieldDescriptionprotected CommonPluginProcessorResponse
OmsServiceErrorCodeResponse.pluginResponse
Constructors in com.skava.oms.model.response with parameters of type CommonPluginProcessorResponseModifierConstructorDescriptionOmsServiceErrorCodeResponse
(String code, org.springframework.http.HttpStatus status, CommonPluginProcessorResponse pluginResponse, String message) Oms Service Response contains code status message and reason for entity values.