Interface | Description |
---|---|
RpcDispatchCallFactory |
A factory used to create
DispatchCall instances. |
Class | Description |
---|---|
DefaultRpcDispatchCallFactory |
The default implementation for
RpcDispatchCallFactory . |
PhoneGapDispatchAsync |
This class is an extension of
RpcDispatchAsync and configures the right service entry point and request
headers for Phone Gap applications. |
RpcDispatchAsync |
This class is the default implementation of
DispatchAsync , which is
essentially the client-side access to the Dispatch class on the
server-side. |
RpcDispatchExecuteCall<A extends Action<R>,R extends Result> |
A class representing an execute call to be sent to the server using RPC.
|
RpcDispatchUndoCall<A extends Action<R>,R extends Result> |
A class representing an undo call to be sent to the server using RPC.
|
Annotation Type | Description |
---|---|
RemoteServerUrl |
This annotation is used to bind the remote server url to your phonegap application.
|
RpcBinding |
Annotation used to inject implementations specific to dispatch-rpc of shared components.
|
Copyright © 2010–2014 Arcbees. All rights reserved.