Package | Description |
---|---|
net.sf.mmm.service.base.server |
Contains the server-specific base classes for simple remote services.
|
net.sf.mmm.service.impl.command.server |
Contains the server-specific implementation classes for simple remote invocations using command style.
|
net.sf.mmm.service.impl.rpc.server |
Contains the server-specific implementation classes for simple remote invocations using RPC style.
|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
GenericRemoteInvocationCommandCallHandler
This is the implementation of
GenericRemoteInvocationCallHandler for a
RemoteInvocationCommand . |
Modifier and Type | Class and Description |
---|---|
class |
GenericRemoteInvocationRpcCallHandler<SERVICE extends RemoteInvocationService>
This is the implementation of
GenericRemoteInvocationCallHandler for an
GenericRemoteInvocationRpcCall . |
Copyright © 2001–2016 mmm-Team. All rights reserved.