If you look in the AppcProviderLcm.java file, you will see that there is a method for each of the rpcs that are in the appc-provider-lcm.yang file. You will also need to add one of these methods for each of the rpcs that you add to the appc-provider-lcm.yang file.
The way this works is the AppcProviderLcmService.java file is generated from the appc-provider-lcm.yang. Then the AppcProviderLcm.java extends the AppcProviderLcmService.java class. Since AppcProviderLcmService.java is an abstract class, AppcProviderLcm.java has to override all of it's methods. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19674): https://lists.onap.org/g/onap-discuss/message/19674 Mute This Topic: https://lists.onap.org/mt/68755157/21656 Mute #appc: https://lists.onap.org/mk?hashtag=appc&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
