Module org.jboss.invocation
Package org.jboss.invocation.proxy
-
Interface Summary Interface Description ConstructorBodyCreator A class that can generate an overriden version of a constructor.MethodBodyCreator A class that can generate an overriden version of a method.SerializableProxy Serialized representation of a proxy. -
Class 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.DefaultConstructorBodyCreator Constructor override that simply delegates tosuper().DefaultMethodBodyCreator AMethodBodyCreatorthat simply returns 0 or null depending on the methods return typeDefaultSerializableProxy Serialized representation of a proxy.MethodIdentifier A unique identification of a method within some class or interface which is class loader-agnostic.ProxyConfiguration<T> ProxyFactory<T> Proxy Factory that generates proxies that delegate all calls to anInvocationHandler.