public class CallbackDispatcher extends AbstractCallbackDispatcher
| Constructor and Description |
|---|
CallbackDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
Object |
_f3_invoke(int i,
Object args)
Performs the dispatch by invoking a target associated with the invoked method index.
|
void |
init(Map<String,org.fabric3.spi.wire.InvocationChain[]> mappings)
In multi-threaded instances such as composite scoped components, multiple forward invocations may be received simultaneously.
|
invokepublic void init(Map<String,org.fabric3.spi.wire.InvocationChain[]> mappings)
mappings - the callback URI to invocation chain mappingspublic Object _f3_invoke(int i, Object args) throws Throwable
ProxyDispatcheri - the method indexargs - invocation parameter(s) or nullThrowable - if there is an error during invocationCopyright © 2007-2013 Metaform Systems.