public interface JDKChannelProxyService
extends org.fabric3.implementation.pojo.spi.proxy.ChannelProxyServiceExtension
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createProxy(java.lang.Class<T> interfaze,
org.fabric3.spi.container.channel.ChannelConnection connection)
Creates an optimized proxy for an interface containing a single method which dispatches to an event stream.
|
<T> T createProxy(java.lang.Class<T> interfaze,
org.fabric3.spi.container.channel.ChannelConnection connection)
throws org.fabric3.api.host.Fabric3Exception
T - the interface typeinterfaze - the interface the proxy implementsconnection - the channel connectionorg.fabric3.api.host.Fabric3Exception - if there is an error creating the proxy