| Package | Description |
|---|---|
| org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RpcDispatcher.Marshaller2 |
| Modifier and Type | Class and Description |
|---|---|
static class |
RpcDispatcher.MarshallerAdapter
Used to provide a Marshaller2 interface to a Marshaller.
|
| Modifier and Type | Method and Description |
|---|---|
RpcDispatcher.Marshaller |
RpcDispatcher.getMarshaller() |
RpcDispatcher.Marshaller |
RequestCorrelator.getMarshaller() |
RpcDispatcher.Marshaller |
RpcDispatcher.getRequestMarshaller() |
RpcDispatcher.Marshaller |
RpcDispatcher.getResponseMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
RpcDispatcher.setMarshaller(RpcDispatcher.Marshaller m) |
void |
RequestCorrelator.setMarshaller(RpcDispatcher.Marshaller marshaller) |
void |
RpcDispatcher.setRequestMarshaller(RpcDispatcher.Marshaller m) |
void |
RpcDispatcher.setResponseMarshaller(RpcDispatcher.Marshaller m) |
| Constructor and Description |
|---|
MarshallerAdapter(RpcDispatcher.Marshaller marshaller) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.