com.r3corda.node.services.clientapi / NodeInterestRates / Service / FixingServicePlugin / webApis

webApis

val webApis: List<Class<*>>
Overrides CordaPluginRegistry.webApis

List of JAX-RS classes inside the contract jar. They are expected to have a single parameter constructor that takes a ServiceHub as input. These are listed as Class<*>, because they will be instantiated inside an AttachmentClassLoader so that subsequent protocols, contracts, etc will be running in the appropriate isolated context.