public abstract class InvocationDispatcher<T extends InvocationMarshaller<?>> extends Object
| Modifier and Type | Field and Description |
|---|---|
InvocationProvider |
provider
The invocation provider for whom we're dispatching.
|
| Constructor and Description |
|---|
InvocationDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
createMarshaller()
Creates an instance of the appropriate
InvocationMarshaller derived class for use
with this dispatcher. |
void |
dispatchRequest(ClientObject source,
int methodId,
Object[] args)
Dispatches the specified method to our provider.
|
InvocationProvider |
getProvider() |
public InvocationProvider provider
public abstract T createMarshaller()
InvocationMarshaller derived class for use
with this dispatcher.public InvocationProvider getProvider()
public void dispatchRequest(ClientObject source, int methodId, Object[] args) throws InvocationException
InvocationExceptionCopyright © 2015. All rights reserved.