Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteCallInterceptor<T extends RemoteCallContext>
Represents an interceptor for asynchronous remote method calls.
|
Modifier and Type | Class and Description |
---|---|
class |
RestCallContext
Represents the context of an intercepted JAX-RS (REST) remote call.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSecurityRoleInterceptor.aroundInvoke(RemoteCallContext callContext) |
void |
AuthenticationServiceInterceptor.aroundInvoke(RemoteCallContext callContext) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.