All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractClassFactory<T> Base class for all class factories.AbstractProxyFactory<T> A subclass factory specializing in proxy generation.AbstractSubclassFactory<T> Class factory for classes that override superclass methods.AccessCheckingInterceptor An interceptor which enables access checking for the duration of the invocation.CannotProceedException Indicates that an invocation cannot proceed due to the interceptor chain terminating prematurely.ClassIdentifier ClassMetadataSource Interface that provides reflection data for a given classConstructorBodyCreator A class that can generate an overriden version of a constructor.ContextClassLoaderInterceptor An interceptor which sets the thread context class loader for the duration of an invocation.DefaultClassMetadataSource DefaultConstructorBodyCreator Constructor override that simply delegates tosuper().DefaultMethodBodyCreator AMethodBodyCreatorthat simply returns 0 or null depending on the methods return typeDefaultReflectionMetadataSource DefaultSerializableProxy Serialized representation of a proxy.DelegatingInvocationContext An invocation context which simply delegates to another invocation context.DoAsInterceptor An interceptor which executes under the invocation'sSubject.ImmediateInterceptorFactory An interceptor factory which returns the same instance, always.InitialInterceptor The initial interceptor that is called during an invocation.Interceptor A processor for invocations.InterceptorContext An interceptor/invocation context object.InterceptorFactory A producer for interceptor instances, used to create interceptor chains from a prototype.InterceptorFactoryContext Contextual information for an interceptor factory, used when interceptors are created.InterceptorInstanceFactory A simple factory which creates an instance for use by interceptor factories.InterceptorInvocationHandler Interceptors Interceptor utility and factory methods.InvocationMessages_$bundle Warning this class consists of generated code.MethodBodyCreator A class that can generate an overriden version of a method.MethodIdentifier A unique identification of a method within some class or interface which is class loader-agnostic.MethodInterceptor A method interceptor.MethodInterceptorFactory An interceptor factory for interceptor objects which call a specific method via reflection.MethodInvokingInterceptor An interceptor which always invokes one specific method on one specific object given the parameters from the invocation context.MethodInvokingInterceptorFactory A factory for method invoking interceptors.MethodStore ProxyConfiguration<T> ProxyFactory<T> Proxy Factory that generates proxies that delegate all calls to anInvocationHandler.ReflectionMetadataSource Provides reflection information for ClassesSecurityIdentityInterceptor An interceptor which executes under the invocation'sSecurityIdentity.SerializableProxy Serialized representation of a proxy.SimpleInterceptorFactoryContext A simple implementation ofInterceptorFactoryContext.SimpleInterceptorInstanceFactory Simple instance factory which just uses reflection to create an instance of the given class.SimpleInvocationContext A base class for invocation contexts.