ForwardingHandler |
Invocation handler that delegates all calls to actual object.
|
Invocation |
Invocation of execution point.
|
InvocationHandler |
Handles an invocation of a execution point on a proxy and returns response.
|
LazyInitialization.Initializer |
Provider interface for proxy delegation target.
|
MethodInvocation |
Capture of a information needed to invoke a method.
|
MethodInvocation.Decomposer |
Interface that allows decomposition of the invocation.
|
ProxyBuilder |
Builder pattern for proxies.
|
ProxyService |
Method of producing proxies.
|
ProxyService.Container |
Container that manages service-loaded instances of ProxyService .
|
ProxyService.Feature |
Features that service can support.
|
ProxyService.UnsupportedFeatureException |
Thrown when factory cannot create a builder with requested features.
|