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 |
RequestCorrelator.getMarshaller() |
RpcDispatcher.Marshaller |
RpcDispatcher.getMarshaller() |
RpcDispatcher.Marshaller |
RpcDispatcher.getRequestMarshaller() |
RpcDispatcher.Marshaller |
RpcDispatcher.getResponseMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
RequestCorrelator.setMarshaller(RpcDispatcher.Marshaller marshaller) |
void |
RpcDispatcher.setMarshaller(RpcDispatcher.Marshaller m) |
void |
RpcDispatcher.setRequestMarshaller(RpcDispatcher.Marshaller m) |
void |
RpcDispatcher.setResponseMarshaller(RpcDispatcher.Marshaller m) |
Constructor and Description |
---|
RpcDispatcher.MarshallerAdapter(RpcDispatcher.Marshaller marshaller) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.