Package | Description |
---|---|
net.sf.mmm.service.api.command.client |
Contains the client-specific API for simple remote services using command style.
|
net.sf.mmm.service.api.rpc.client |
Contains the client-specific API for simple remote services using RPC style.
|
net.sf.mmm.service.base.client |
Contains the client-specific base classes for simple remote services.
|
net.sf.mmm.service.base.command.client |
Contains the client-specific base classes for simple remote services using command 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 |
RemoteInvocationCommandCaller
This is the interface for the key component to invoke one or multiple
RemoteInvocationCommand s from the client-side. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationCaller<QUEUE extends RemoteInvocationQueue,CALL extends RemoteInvocationCall,TX_CALLS extends GenericRemoteInvocationTransactionalCalls<CALL>,REQUEST extends GenericRemoteInvocationRequest<CALL,TX_CALLS>>
This is the abstract base-implementation of
RemoteInvocationCaller . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationCommandCaller
This is the abstract base implementation of
RemoteInvocationCommandCaller . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationServiceCaller
This is the abstract base-implementation of
RemoteInvocationServiceCaller . |
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.