Package org.infinispan.rest
Class InvocationHelper
- java.lang.Object
-
- org.infinispan.rest.InvocationHelper
-
public class InvocationHelper extends Object
- Since:
- 10.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestServerConfiguration
getConfiguration()
String
getContext()
org.infinispan.counter.impl.manager.EmbeddedCounterManager
getCounterManager()
org.infinispan.marshall.core.EncoderRegistry
getEncoderRegistry()
Executor
getExecutor()
org.infinispan.configuration.parsing.ParserRegistry
getParserRegistry()
RestServer
getProtocolServer()
org.infinispan.rest.cachemanager.RestCacheManager<Object>
getRestCacheManager()
org.infinispan.server.core.ServerManagement
getServer()
-
-
-
Method Detail
-
getParserRegistry
public org.infinispan.configuration.parsing.ParserRegistry getParserRegistry()
-
getRestCacheManager
public org.infinispan.rest.cachemanager.RestCacheManager<Object> getRestCacheManager()
-
getConfiguration
public RestServerConfiguration getConfiguration()
-
getExecutor
public Executor getExecutor()
-
getServer
public org.infinispan.server.core.ServerManagement getServer()
-
getCounterManager
public org.infinispan.counter.impl.manager.EmbeddedCounterManager getCounterManager()
-
getContext
public String getContext()
-
getProtocolServer
public RestServer getProtocolServer()
-
getEncoderRegistry
public org.infinispan.marshall.core.EncoderRegistry getEncoderRegistry()
-
-