public class WireProxyDispatcher<B> extends Object implements ProxyDispatcher, org.oasisopen.sca.ServiceReference<B>
| Constructor and Description |
|---|
WireProxyDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
Object |
_f3_invoke(int index,
Object args)
Performs the dispatch by invoking a target associated with the invoked method index.
|
Class<B> |
getBusinessInterface() |
B |
getService() |
void |
init(Class<B> interfaze,
String callbackUri,
org.fabric3.spi.wire.InvocationChain[] chains) |
public void init(Class<B> interfaze, String callbackUri, org.fabric3.spi.wire.InvocationChain[] chains)
public B getService()
getService in interface org.oasisopen.sca.ServiceReference<B>public Class<B> getBusinessInterface()
getBusinessInterface in interface org.oasisopen.sca.ServiceReference<B>public Object _f3_invoke(int index, Object args) throws Throwable
ProxyDispatcher_f3_invoke in interface ProxyDispatcherindex - the method indexargs - invocation parameter(s) or nullThrowable - if there is an error during invocationCopyright © 2007-2013 Metaform Systems.