Uses of Interface
org.jgroups.blocks.RpcDispatcher.Marshaller
-
Packages that use RpcDispatcher.Marshaller Package Description org.jgroups.blocks 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.blocks Modifier and Type Interface Description static interface
RpcDispatcher.Marshaller2
Classes in org.jgroups.blocks that implement RpcDispatcher.Marshaller Modifier and Type Class Description static class
RpcDispatcher.MarshallerAdapter
Used to provide a Marshaller2 interface to a Marshaller.Methods in org.jgroups.blocks that return RpcDispatcher.Marshaller Modifier and Type Method Description RpcDispatcher.Marshaller
RequestCorrelator. getMarshaller()
RpcDispatcher.Marshaller
RpcDispatcher. getMarshaller()
RpcDispatcher.Marshaller
RpcDispatcher. getRequestMarshaller()
RpcDispatcher.Marshaller
RpcDispatcher. getResponseMarshaller()
Methods in org.jgroups.blocks with parameters of type RpcDispatcher.Marshaller Modifier and Type Method 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)
Constructors in org.jgroups.blocks with parameters of type RpcDispatcher.Marshaller Constructor Description MarshallerAdapter(RpcDispatcher.Marshaller marshaller)
-