@Singleton public class ServiceFunctionPathValidator extends Object
Constructor and Description |
---|
ServiceFunctionPathValidator(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
validateServiceFunctionPath(ServiceFunctionPath serviceFunctionPath)
Performs validation of a service function path.
|
@Inject public ServiceFunctionPathValidator(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker)
protected boolean validateServiceFunctionPath(ServiceFunctionPath serviceFunctionPath) throws DataValidationFailedWithMessageException
serviceFunctionPath
- a candidate SFP that is being added / updated in a currently
open transactionDataValidationFailedWithMessageException
- when validation cannot be performed because some of the
referenced SFs / SFCs do not existCopyright © 2017 OpenDaylight. All rights reserved.