Interface RegistrationProvider


  • public interface RegistrationProvider
    Any model which requires to register the defined types from marshalling and unmarshalling must implement this interface returning the list of packages containing the interfaces representing the model.
    Author:
    Luca Frosini (ISTI - CNR)
    • Method Detail

      • getPackagesToRegister

        List<Package> getPackagesToRegister()
        This method must return the list of packages to be registered from marshalling/unmarshalling
        Returns:
        the list of packages to register