Interface RegistrationProvider
-
public interface RegistrationProviderAny 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetModelName()List<Package>getPackagesToRegister()This method must return the list of packages to be registered from marshalling/unmarshalling
-