Uses of Interface
fr.gouv.vitam.common.server.VitamServerInterface
-
Packages that use VitamServerInterface Package Description fr.gouv.vitam.common.server Provides a Common Vitam Server Interfacefr.gouv.vitam.common.server.application Provides a Vitam Common Application Interface -
-
Uses of VitamServerInterface in fr.gouv.vitam.common.server
Subinterfaces of VitamServerInterface in fr.gouv.vitam.common.server Modifier and Type Interface Description interface
VitamServer
Interface for every Vitam REST ServerClasses in fr.gouv.vitam.common.server that implement VitamServerInterface Modifier and Type Class Description class
BasicVitamServer
Basic implementation of a vitam server using embedded jetty as underlying app server -
Uses of VitamServerInterface in fr.gouv.vitam.common.server.application
Methods in fr.gouv.vitam.common.server.application that return VitamServerInterface Modifier and Type Method Description VitamServerInterface
VitamApplicationInterface. getVitamServer()
retrieve the vitam server
-