| Package | Description |
|---|---|
| org.fabric3.implementation.bytecode.proxy.channel | |
| org.fabric3.implementation.bytecode.proxy.common | |
| org.fabric3.implementation.bytecode.proxy.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelProxyDispatcher
Dispatches to an
EventStreamHandlers from a channel proxy based on the index of the proxy method invoked. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ProxyFactoryImpl.createProxy(URI classLoaderKey,
Class<T> interfaze,
Method[] methods,
Class<? extends ProxyDispatcher> dispatcher,
boolean wrapped) |
<T> T |
ProxyFactory.createProxy(URI classLoaderKey,
Class<T> interfaze,
Method[] methods,
Class<? extends ProxyDispatcher> dispatcher,
boolean wrapped)
Creates a proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCallbackDispatcher
Abstract
ProxyDispatcher for handling callback invocations. |
class |
CallbackDispatcher
Responsible for dispatching to a callback invocation from multi-threaded component instances such as composite scope components.
|
class |
OptimizedCallbackDispatcher
Responsible for dispatching to a callback invocation from a stateless component or component with only one callback client..
|
class |
WireProxyDispatcher<B>
Dispatches from a proxy to a wire.
|
Copyright © 2007-2013 Metaform Systems.