Uses of Interface
org.infinispan.rest.framework.Invocation
-
Packages that use Invocation Package Description org.infinispan.rest.framework org.infinispan.rest.framework.impl org.infinispan.rest.logging -
-
Uses of Invocation in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return Invocation Modifier and Type Method Description InvocationLookupResult. getInvocation()Returns the invocation to carry out aRestRequest -
Uses of Invocation in org.infinispan.rest.framework.impl
Classes in org.infinispan.rest.framework.impl that implement Invocation Modifier and Type Class Description classInvocationImplMethods in org.infinispan.rest.framework.impl that return Invocation Modifier and Type Method Description InvocationLookupResultImpl. getInvocation()Methods in org.infinispan.rest.framework.impl that return types with arguments of type Invocation Modifier and Type Method Description Iterator<Invocation>Invocations. iterator() -
Uses of Invocation in org.infinispan.rest.logging
Methods in org.infinispan.rest.logging with parameters of type Invocation Modifier and Type Method Description RegistrationExceptionLog_$logger. duplicateResource(String candidate, Invocation invocation, String existingPath)RegistrationExceptionLog. duplicateResource(String candidate, Invocation invocation, String existingPath)
-