Fabric3 JDK Proxy Service

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.
JDKProxyService the default implementation of a wire service 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 provided interface
 

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


Fabric3 JDK Proxy Service

Copyright © 2007-2010 Metaform Systems.