Package | Description |
---|---|
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.spring.client |
Contains the client-specific implementation for remote services using spring-remoting.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationServiceCallerWithClientMap
This is the abstract base-implementation of
RemoteInvocationServiceCaller using a map of
pre-registered service clients. |
Modifier and Type | Field and Description |
---|---|
private AbstractRemoteInvocationServiceCaller |
AbstractRemoteInvocationServiceClient.remoteInvocationSerivceCaller |
Modifier and Type | Method and Description |
---|---|
protected AbstractRemoteInvocationServiceCaller |
AbstractRemoteInvocationServiceClient.getRemoteInvocationSerivceCaller() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
AbstractRemoteInvocationServiceClient.setRemoteInvocationSerivceCaller(AbstractRemoteInvocationServiceCaller serivceCaller) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationServiceCallerGwt
This is the abstract base implementation of
RemoteInvocationServiceCaller for GWT (Google Web-Toolkit). |
Modifier and Type | Class and Description |
---|---|
class |
RemoteInvocationServiceCallerImplSpring
This is the implementation of
RemoteInvocationServiceCaller using
an injected client-stub (provided by
spring-remoting) and java dynamic proxies . |
Copyright © 2001–2016 mmm-Team. All rights reserved.