| Package | Description |
|---|---|
| org.fabric3.implementation.bytecode.proxy.channel | |
| org.fabric3.implementation.bytecode.proxy.common | |
| org.fabric3.implementation.bytecode.proxy.wire |
| Constructor and Description |
|---|
BytecodeChannelProxyService(ProxyFactory proxyFactory) |
ChannelProxyObjectFactory(URI uri,
Class<T> interfaze,
Method method,
org.fabric3.spi.channel.EventStreamHandler handler,
ProxyFactory proxyFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyFactoryImpl
Implementation that uses ASM for bytecode generation.
|
| Constructor and Description |
|---|
BytecodeWireProxyService(ProxyFactory proxyFactory,
org.fabric3.spi.classloader.ClassLoaderRegistry classLoaderRegistry) |
CallbackWireObjectFactory(URI uri,
Class<T> interfaze,
Method[] methods,
String callbackUri,
org.fabric3.spi.wire.InvocationChain[] invocationChains,
ProxyFactory proxyFactory) |
WireProxyObjectFactory(URI uri,
Class<T> interfaze,
Method[] methods,
org.fabric3.spi.wire.InvocationChain[] chains,
String callbackUri,
ProxyFactory proxyFactory) |
Copyright © 2007-2013 Metaform Systems.