nl.vpro.nep.service.NEPService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of media-nep Show documentation
Show all versions of media-nep Show documentation
Support for the several APIs of NEP that POMS is integrating with
package nl.vpro.nep.service;
/**
* Wraps all NEP services ({@link NEPGatekeeperService}, {@link NEPDownloadService}, {@link NEPUploadService}, {@link NEPItemizeService}, {@link NEPSAMService}, {@link NEPPlayerTokenService}) in one service.
* These things are often related, and it is handy to be able to wire just one service.
*
* @see nl.vpro.nep.service.impl.NEPServiceImpl
* @author Michiel Meeuwissen
* @since 5.6
*/
public interface NEPService extends
NEPGatekeeperService,
NEPDownloadService,
NEPUploadService,
NEPItemizeService,
NEPSAMService,
NEPPlayerTokenService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy