Package | Description |
---|---|
net.sf.mmm.service.base.rpc |
Contains the base classes 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.
|
Modifier and Type | Field and Description |
---|---|
private GenericRemoteInvocationRpcTransactionalCalls[] |
GenericRemoteInvocationRpcRequest.transactionalCalls |
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationRpcTransactionalCalls[] |
GenericRemoteInvocationRpcRequest.getTransactionalCalls() |
Constructor and Description |
---|
GenericRemoteInvocationRpcRequest(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationRpcTransactionalCalls... transactionalCalls)
The constructor.
|
Constructor and Description |
---|
GenericRemoteInvocationRpcRequest(int requestId,
CsrfToken xsrfToken,
Collection<GenericRemoteInvocationRpcTransactionalCalls> transactionalCalls)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationRpcTransactionalCalls |
AbstractRemoteInvocationServiceCaller.createRemoteInvocationTransactionalCalls(List<GenericRemoteInvocationRpcCall> calls) |
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationRpcRequest |
AbstractRemoteInvocationServiceCaller.createRequest(int requestId,
CsrfToken token,
List<GenericRemoteInvocationRpcTransactionalCalls> transactionalCalls)
Creates a new
GenericRemoteInvocationRequest instance. |
Copyright © 2001–2016 mmm-Team. All rights reserved.