Package org.infinispan.rest.resources
Class CacheResourceV2
- java.lang.Object
-
- org.infinispan.rest.resources.CacheResource
-
- org.infinispan.rest.resources.CacheResourceV2
-
- All Implemented Interfaces:
ResourceHandler
public class CacheResourceV2 extends CacheResource
-
-
Constructor Summary
Constructors Constructor Description CacheResourceV2(InvocationHelper invocationHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.rest.framework.impl.InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-
-
-
Constructor Detail
-
CacheResourceV2
public CacheResourceV2(InvocationHelper invocationHelper)
-
-
Method Detail
-
getInvocations
public org.infinispan.rest.framework.impl.Invocations getInvocations()
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler- Overrides:
getInvocationsin classCacheResource
-
-