Uses of Interface
com.exonum.binding.service.Service
-
Packages that use Service Package Description com.exonum.binding.service com.exonum.binding.service.adapters An internal package with adapters of Java Service interfaces to the interface, convenient to the native code. -
-
Uses of Service in com.exonum.binding.service
Classes in com.exonum.binding.service that implement Service Modifier and Type Class Description class
AbstractService
A base class for user services. -
Uses of Service in com.exonum.binding.service.adapters
Constructors in com.exonum.binding.service.adapters with parameters of type Service Constructor Description UserServiceAdapter(Service service, Server server, ViewFactory viewFactory)
-