public class ConsumedDestinationRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<ConsumedDestinationModel>
| Constructor and Description |
|---|
ConsumedDestinationRemoveInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected ClientFactory |
getClientFactory() |
void |
onRemove(ConsumedDestinationModel consumedDestination,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
void |
setClientFactory(ClientFactory clientFactory) |
public ConsumedDestinationRemoveInterceptor()
public void onRemove(ConsumedDestinationModel consumedDestination, InterceptorContext ctx) throws InterceptorException
RemoveInterceptormodelService.removeAll() method.onRemove in interface RemoveInterceptor<ConsumedDestinationModel>consumedDestination - the model which should be removedctx - the InterceptorContextInterceptorException - if the remove reports an errorprotected ClientFactory getClientFactory()
public void setClientFactory(ClientFactory clientFactory)
Copyright © 2018 SAP SE. All Rights Reserved.