Package | Description |
---|---|
net.sf.mmm.service.base.client |
Contains the client-specific base classes for simple remote services.
|
net.sf.mmm.service.base.command |
Contains the base classes for simple remote services using command pattern.
|
net.sf.mmm.service.base.rpc |
Contains the base classes for simple remote services using RPC style.
|
net.sf.mmm.service.base.server |
Contains the server-specific base classes for simple remote services.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
AbstractRemoteInvocationCaller.RequestBuilder.handleResponse(GenericRemoteInvocationResponse response)
Processes the given
response . |
protected void |
AbstractRemoteInvocationCaller.handleResponse(REQUEST request,
AbstractRemoteInvocationCaller.RequestBuilder builder,
GenericRemoteInvocationResponse response)
This method should be called from
AbstractRemoteInvocationCaller.performRequest(GenericRemoteInvocationRequest, RequestBuilder)
if a GenericRemoteInvocationResponse has been received. |
Modifier and Type | Class and Description |
---|---|
class |
GenericRemoteInvocationCommandResponse
This is the generic transfer-object for a response to a
GenericRemoteInvocationCommandRequest . |
Modifier and Type | Class and Description |
---|---|
class |
GenericRemoteInvocationRpcResponse
This is the generic transfer-object for the response to a
GenericRemoteInvocationRpcRequest . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenericRemoteInvocationService<CALL extends RemoteInvocationCall,REQUEST extends GenericRemoteInvocationRequest<CALL,? extends GenericRemoteInvocationTransactionalCalls<CALL>>,RESPONSE extends GenericRemoteInvocationResponse,HANDLER extends GenericRemoteInvocationCallHandler<CALL>>
This is the abstract base class for the common implementation of
GenericRemoteInvocationRpcService and
GenericRemoteInvocationCommandService . |
Copyright © 2001–2016 mmm-Team. All rights reserved.