public class RemoveExposedDestinationInterceptor extends java.lang.Object implements RemoveInterceptor<ExposedDestinationModel>
| Constructor and Description |
|---|
RemoveExposedDestinationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRemove(ExposedDestinationModel exposedDestination,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
public void onRemove(ExposedDestinationModel exposedDestination, InterceptorContext ctx) throws InterceptorException
RemoveInterceptormodelService.removeAll() method.onRemove in interface RemoveInterceptor<ExposedDestinationModel>exposedDestination - the model which should be removedctx - the InterceptorContextInterceptorException - if the remove reports an errorCopyright © 2018 SAP SE. All Rights Reserved.