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.base.rpc.client |
Contains the client-specific base classes for simple remote services using RPC style.
|
net.sf.mmm.service.impl.gwt.rpc.client |
Contains the client-specific implementation for remote invocation services.
|
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.
|
net.sf.mmm.service.impl.spring.client |
Contains the client-specific implementation for remote services using spring-remoting.
|
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationRpcResponse |
RemoteInvocationGenericServiceGwt.callServices(GenericRemoteInvocationRpcRequest request)
This method calls one or multiple
RemoteInvocationService
Method s. |
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 |
---|---|
protected GenericRemoteInvocationRpcRequest |
AbstractRemoteInvocationServiceCaller.createRequest(int requestId,
CsrfToken token,
List<GenericRemoteInvocationRpcTransactionalCalls> transactionalCalls)
Creates a new
GenericRemoteInvocationRequest instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRemoteInvocationServiceCallerGwt.performRequest(GenericRemoteInvocationRpcRequest request,
AbstractRemoteInvocationCaller.RequestBuilder builder)
Actually performs the given
request by sending it to the server and handling the response
asynchronously. |
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. |
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteInvocationServiceCallerImplSpring.performRequest(GenericRemoteInvocationRpcRequest request,
AbstractRemoteInvocationCaller.RequestBuilder builder)
Actually performs the given
request by sending it to the server and handling the response
asynchronously. |
Copyright © 2001–2016 mmm-Team. All rights reserved.