Package | Description |
---|---|
net.sf.mmm.service.base.gwt |
Contains the base classes for simple remote services using GWT.
|
net.sf.mmm.service.base.rpc |
Contains the base classes for simple remote services using RPC style.
|
net.sf.mmm.service.impl.gwt.server |
Contains the server-specific implementation for remote invocation services.
|
net.sf.mmm.service.impl.rpc.server |
Contains the server-specific implementation classes for simple remote invocations using RPC style.
|
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationRpcResponse |
RemoteInvocationGenericServiceGwt.callServices(GenericRemoteInvocationRpcRequest request)
This method calls one or multiple
RemoteInvocationService
Method s. |
Modifier and Type | Method and Description |
---|---|
void |
RemoteInvocationGenericServiceGwtAsync.callServices(GenericRemoteInvocationRpcRequest request,
com.google.gwt.user.client.rpc.AsyncCallback<GenericRemoteInvocationRpcResponse> callback) |
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationRpcResponse |
GenericRemoteInvocationRpcService.callServices(GenericRemoteInvocationRpcRequest request)
This method calls one or multiple
RemoteInvocationService
Method s. |
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationRpcResponse |
RemoteInvocationGenericServiceServlet.callServices(GenericRemoteInvocationRpcRequest request)
This method calls one or multiple
RemoteInvocationService
Method s. |
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationRpcResponse |
AbstractGenericRemoteInvocationRpcService.callServices(GenericRemoteInvocationRpcRequest request)
This method calls one or multiple
RemoteInvocationService
Method s. |
protected GenericRemoteInvocationRpcResponse |
AbstractGenericRemoteInvocationRpcService.createResponse(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationTransactionalResults[] transactionalResults)
Creates a new instance of <RESPONSE>.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.