Class HTTPDestinationValidateInterceptor
java.lang.Object
de.hybris.platform.sap.core.configuration.http.validation.HTTPDestinationValidateInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<SAPHTTPDestinationModel>
public class HTTPDestinationValidateInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<SAPHTTPDestinationModel>
Perform validation of HTTPDestination model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonValidate(SAPHTTPDestinationModel sapHTTPDestinationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx)
-
Constructor Details
-
HTTPDestinationValidateInterceptor
public HTTPDestinationValidateInterceptor()
-
-
Method Details
-
onValidate
public void onValidate(SAPHTTPDestinationModel sapHTTPDestinationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) throws de.hybris.platform.servicelayer.interceptor.InterceptorException - Specified by:
onValidatein interfacede.hybris.platform.servicelayer.interceptor.ValidateInterceptor<SAPHTTPDestinationModel>- Throws:
de.hybris.platform.servicelayer.interceptor.InterceptorException
-