Fabric3 JDK Proxy Extension

Package org.fabric3.implementation.proxy.jdk

Class Summary
AbstractCallbackInvocationHandler<T> Abstract callback handler implementation.
CallbackWireObjectFactory<T> Returns a proxy instance for a callback wire.
JDKInvocationHandler<B> Dispatches from a proxy to a wire.
JDKWireProxyService The default WireProxyService implementation that uses JDK dynamic proxies.
MultiThreadedCallbackInvocationHandler<T> Responsible for dispatching to a callback service from multi-threaded component instances such as composite scope components.
StatefulCallbackInvocationHandler<T> Responsible for dispatching to a callback service from a component implementation instance that is not composite scope.
WireObjectFactory<T> Creates a proxy for a wire that implements a specified interface.
 

Exception Summary
NoMethodForOperationException Thrown when an Operation cannot be mapped to a method on an interface
 


Fabric3 JDK Proxy Extension

Copyright © 2007-2011 Metaform Systems.