Interface | Description |
---|---|
MethodFilter |
Selector of the methods implemented by a handler.
|
MethodHandler |
The interface implemented by the invocation handler of a proxy
instance.
|
Proxy |
The interface implemented by proxy classes.
|
ProxyFactory.ClassLoaderProvider |
A provider of class loaders.
|
ProxyFactory.UniqueName |
A unique class name generator.
|
ProxyObject |
The interface implemented by proxy classes.
|
Class | Description |
---|---|
FactoryHelper |
A helper class for implementing
ProxyFactory . |
ProxyFactory |
Factory of dynamic proxy classes.
|
ProxyObjectInputStream |
An input stream class which knows how to deserialize proxies created via
ProxyFactory and
serializedo via a ProxyObjectOutputStream . |
ProxyObjectOutputStream |
An input stream class which knows how to serialize proxies created via
ProxyFactory . |
RuntimeSupport |
Runtime support routines that the classes generated by ProxyFactory use.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.