Package | Description |
---|---|
net.sf.mmm.service.base.gwt |
Contains the base classes for simple remote services using GWT.
|
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 | Interface and Description |
---|---|
interface |
RemoteInvocationGenericServiceGwt
This is the GWT-RPC
compliant service interface.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteInvocationGenericServiceServlet
This is the
RemoteServiceServlet that implements the RemoteInvocationGenericServiceGwt
using spring-webmvc in order to allow context and dependency-injection (CDI). |
Modifier and Type | Field and Description |
---|---|
private GenericRemoteInvocationRpcService |
RemoteInvocationGenericServiceServlet.genericService |
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationRpcService |
RemoteInvocationGenericServiceServlet.getGenericService() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteInvocationGenericServiceServlet.setGenericService(GenericRemoteInvocationRpcService genericService) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenericRemoteInvocationRpcService
This is the server-side default implementation of
GenericRemoteInvocationRpcService . |
class |
GenericRemoteInvocationRpcServiceImpl
This class extends
AbstractGenericRemoteInvocationRpcService with transaction support via
TransactionExecutor . |
Modifier and Type | Field and Description |
---|---|
private GenericRemoteInvocationRpcService |
RemoteInvocationServiceCallerImplSpring.serviceClient |
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationRpcService |
RemoteInvocationServiceCallerImplSpring.getServiceClient() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteInvocationServiceCallerImplSpring.setServiceClient(GenericRemoteInvocationRpcService serviceClient) |
Copyright © 2001–2016 mmm-Team. All rights reserved.