Uses of Interface
de.xima.fc.api.rest.impl.common.spi.service.IRestServicesProvider
-
Packages that use IRestServicesProvider Package Description de.xima.fc.api.rest.impl.common.spi.service de.xima.fc.api.rest.pub.impl.generic.spi.service de.xima.fc.api.rest.pub.impl.user_portal.spi.service -
-
Uses of IRestServicesProvider in de.xima.fc.api.rest.impl.common.spi.service
Subinterfaces of IRestServicesProvider in de.xima.fc.api.rest.impl.common.spi.service Modifier and Type Interface Description interface
IRestServiceClassesProvider
Common interface for providing REST services via their classes.interface
IRestServicePackagesProvider
Common interface for providing REST services via their package names. -
Uses of IRestServicesProvider in de.xima.fc.api.rest.pub.impl.generic.spi.service
Classes in de.xima.fc.api.rest.pub.impl.generic.spi.service that implement IRestServicesProvider Modifier and Type Class Description class
GenericRestServicesProvider
Provides the packages of the generic REST services. -
Uses of IRestServicesProvider in de.xima.fc.api.rest.pub.impl.user_portal.spi.service
Classes in de.xima.fc.api.rest.pub.impl.user_portal.spi.service that implement IRestServicesProvider Modifier and Type Class Description class
UserPortalRestServicesProvider
Provides the packages of the user portal REST services.
-