public class JDKChannelProxyServiceImpl extends java.lang.Object implements JDKChannelProxyService
| Constructor and Description |
|---|
JDKChannelProxyServiceImpl() |
| 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> java.util.function.Supplier<T> |
createSupplier(java.lang.Class<T> interfaze,
org.fabric3.spi.container.channel.ChannelConnection connection) |
boolean |
isDefault() |
public boolean isDefault()
isDefault in interface org.fabric3.implementation.pojo.spi.proxy.ChannelProxyServiceExtensionpublic <T> java.util.function.Supplier<T> createSupplier(java.lang.Class<T> interfaze,
org.fabric3.spi.container.channel.ChannelConnection connection)
createSupplier in interface org.fabric3.implementation.pojo.spi.proxy.ChannelProxyServiceExtensionpublic <T> T createProxy(java.lang.Class<T> interfaze,
org.fabric3.spi.container.channel.ChannelConnection connection)
JDKChannelProxyServicecreateProxy in interface JDKChannelProxyServiceT - the interface typeinterfaze - the interface the proxy implementsconnection - the channel connection