public class ChannelProxyDispatcher extends Object implements ProxyDispatcher
EventStreamHandlers from a channel proxy based on the index of the proxy method invoked.| Constructor and Description |
|---|
ChannelProxyDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
Object |
_f3_invoke(int index,
Object param)
Performs the dispatch by invoking a target associated with the invoked method index.
|
void |
init(org.fabric3.spi.channel.EventStreamHandler handler) |
public void init(org.fabric3.spi.channel.EventStreamHandler handler)
public Object _f3_invoke(int index, Object param) throws Exception
ProxyDispatcher_f3_invoke in interface ProxyDispatcherindex - the method indexparam - invocation parameter(s) or nullExceptionCopyright © 2007-2013 Metaform Systems.