|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteCallContext in org.jboss.errai.codegen.util |
---|
Method parameters in org.jboss.errai.codegen.util with type arguments of type RemoteCallContext | |
---|---|
static AnonymousClassStructureBuilder |
ProxyUtil.generateProxyMethodCallContext(com.google.gwt.core.ext.GeneratorContext context,
Class<? extends RemoteCallContext> callContextType,
MetaClass proxyClass,
MetaMethod method,
Statement proceed,
List<Class<?>> interceptors)
Generates the CallContext for method
interception. |
Uses of RemoteCallContext in org.jboss.errai.common.client.api.interceptor |
---|
Classes in org.jboss.errai.common.client.api.interceptor with type parameters of type RemoteCallContext | |
---|---|
interface |
RemoteCallInterceptor<T extends RemoteCallContext>
Represents an interceptor for asynchronous remote method calls. |
Uses of RemoteCallContext in org.jboss.errai.enterprise.client.jaxrs.api.interceptor |
---|
Subclasses of RemoteCallContext in org.jboss.errai.enterprise.client.jaxrs.api.interceptor | |
---|---|
class |
RestCallContext
Represents the context of an intercepted JAX-RS (REST) remote call. |
Uses of RemoteCallContext in org.jboss.errai.security.client.local.interceptors |
---|
Methods in org.jboss.errai.security.client.local.interceptors with parameters of type RemoteCallContext | |
---|---|
void |
AuthenticationServiceInterceptor.aroundInvoke(RemoteCallContext callContext)
|
void |
ClientSecurityRoleInterceptor.aroundInvoke(RemoteCallContext callContext)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |