Uses of Interface
org.jgroups.blocks.RpcDispatcher.Marshaller
Packages that use RpcDispatcher.Marshaller
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of RpcDispatcher.Marshaller in org.jgroups.blocks
Subinterfaces of RpcDispatcher.Marshaller in org.jgroups.blocksClasses in org.jgroups.blocks that implement RpcDispatcher.MarshallerModifier and TypeClassDescriptionstatic class
Used to provide a Marshaller2 interface to a Marshaller.Methods in org.jgroups.blocks that return RpcDispatcher.MarshallerModifier and TypeMethodDescriptionRequestCorrelator.getMarshaller()
RpcDispatcher.getMarshaller()
RpcDispatcher.getRequestMarshaller()
RpcDispatcher.getResponseMarshaller()
Methods in org.jgroups.blocks with parameters of type RpcDispatcher.MarshallerModifier and TypeMethodDescriptionvoid
RequestCorrelator.setMarshaller
(RpcDispatcher.Marshaller marshaller) void
RpcDispatcher.setMarshaller
(RpcDispatcher.Marshaller m) void
RpcDispatcher.setRequestMarshaller
(RpcDispatcher.Marshaller m) void
RpcDispatcher.setResponseMarshaller
(RpcDispatcher.Marshaller m) Constructors in org.jgroups.blocks with parameters of type RpcDispatcher.Marshaller