Package | Description |
---|---|
net.sf.mmm.service.base.command |
Contains the base classes for simple remote services using command pattern.
|
net.sf.mmm.service.impl.command.server |
Contains the server-specific implementation classes for simple remote invocations using command style.
|
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationCommandResponse |
GenericRemoteInvocationCommandService.callCommands(GenericRemoteInvocationCommandRequest request)
This method calls one or multiple
RemoteInvocationCommand s on the
server. |
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationCommandResponse |
AbstractGenericRemoteInvocationCommandService.callCommands(GenericRemoteInvocationCommandRequest request)
This method calls one or multiple
RemoteInvocationCommand s on the
server. |
protected GenericRemoteInvocationCommandResponse |
AbstractGenericRemoteInvocationCommandService.createResponse(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationTransactionalResults[] transactionalResults)
Creates a new instance of <RESPONSE>.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.