Package | Description |
---|---|
net.sf.mmm.service.api.rpc.client |
Contains the client-specific API 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.spring.client |
Contains the client-specific implementation for remote services using spring-remoting.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteInvocationServiceCaller
This is the interface for the key component to invoke one or multiple
RemoteInvocationService s from the client-side. |
interface |
RemoteInvocationServiceQueue
This is the interface for a
remote invocation queue based on
RemoteInvocationServiceCaller . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationServiceCaller
This is the abstract base-implementation of
RemoteInvocationServiceCaller . |
protected class |
AbstractRemoteInvocationServiceCaller.RemoteInvocationServiceQueueImpl
This inner class is the implementation of
RemoteInvocationServiceQueue . |
class |
AbstractRemoteInvocationServiceCallerWithClientMap
This is the abstract base-implementation of
RemoteInvocationServiceCaller using a map of
pre-registered service clients. |
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.