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 classUsed 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 TypeMethodDescriptionvoidRequestCorrelator.setMarshaller(RpcDispatcher.Marshaller marshaller) voidRpcDispatcher.setMarshaller(RpcDispatcher.Marshaller m) voidRpcDispatcher.setRequestMarshaller(RpcDispatcher.Marshaller m) voidRpcDispatcher.setResponseMarshaller(RpcDispatcher.Marshaller m) Constructors in org.jgroups.blocks with parameters of type RpcDispatcher.Marshaller