- CallbackWireSupplier<T> - Class in org.fabric3.implementation.proxy.jdk.wire
-
Returns a proxy instance for a callback wire.
- CallbackWireSupplier(Class<T>, boolean, JDKWireProxyService, Map<String, Map<Method, InvocationChain>>) - Constructor for class org.fabric3.implementation.proxy.jdk.wire.CallbackWireSupplier
-
Constructor.
- ChannelConnectionSupplier<T> - Class in org.fabric3.implementation.proxy.jdk.channel
-
Creates a proxy for a channel connection that implements a specified interface with a single method.
- ChannelConnectionSupplier(Class<T>, JDKChannelProxyService, ChannelConnection) - Constructor for class org.fabric3.implementation.proxy.jdk.channel.ChannelConnectionSupplier
-
Constructor.
- close() - Method in class org.fabric3.implementation.proxy.jdk.channel.JDKEventHandler
-
- createCallbackProxy(Class<T>, Map<Method, InvocationChain>) - Method in interface org.fabric3.implementation.proxy.jdk.wire.JDKWireProxyService
-
Creates a callback proxy that always returns to the same target service
- createCallbackProxy(Class<T>, Map<Method, InvocationChain>) - Method in class org.fabric3.implementation.proxy.jdk.wire.JDKWireProxyServiceImpl
-
- createCallbackSupplier(Class<T>, boolean, URI, Wire) - Method in class org.fabric3.implementation.proxy.jdk.wire.JDKWireProxyServiceImpl
-
- createMultiThreadedCallbackProxy(Class<T>, Map<String, Map<Method, InvocationChain>>) - Method in interface org.fabric3.implementation.proxy.jdk.wire.JDKWireProxyService
-
Creates a Java proxy for the callback invocations chains.
- createMultiThreadedCallbackProxy(Class<T>, Map<String, Map<Method, InvocationChain>>) - Method in class org.fabric3.implementation.proxy.jdk.wire.JDKWireProxyServiceImpl
-
- createProxy(Class<T>, ChannelConnection) - Method in interface org.fabric3.implementation.proxy.jdk.channel.JDKChannelProxyService
-
Creates an optimized proxy for an interface containing a single method which dispatches to an event stream.
- createProxy(Class<T>, ChannelConnection) - Method in class org.fabric3.implementation.proxy.jdk.channel.JDKChannelProxyServiceImpl
-
- createProxy(Class<T>, String, Map<Method, InvocationChain>) - Method in interface org.fabric3.implementation.proxy.jdk.wire.JDKWireProxyService
-
Creates a Java proxy for the given wire.
- createProxy(Class<T>, String, Map<Method, InvocationChain>) - Method in class org.fabric3.implementation.proxy.jdk.wire.JDKWireProxyServiceImpl
-
- createSupplier(Class<T>, ChannelConnection) - Method in class org.fabric3.implementation.proxy.jdk.channel.JDKChannelProxyServiceImpl
-
- createSupplier(Class<T>, Wire, String) - Method in class org.fabric3.implementation.proxy.jdk.wire.JDKWireProxyServiceImpl
-