Uses of Class
org.jboss.marshalling.river.BlockUnmarshaller
-
Packages that use BlockUnmarshaller Package Description org.jboss.marshalling.river The River protocol implementation package. -
-
Uses of BlockUnmarshaller in org.jboss.marshalling.river
Fields in org.jboss.marshalling.river declared as BlockUnmarshaller Modifier and Type Field Description private BlockUnmarshallerRiverObjectInputStream. blockUnmarshallerprivate BlockUnmarshallerRiverUnmarshaller. blockUnmarshallerMethods in org.jboss.marshalling.river that return BlockUnmarshaller Modifier and Type Method Description private BlockUnmarshallerRiverUnmarshaller. getBlockUnmarshaller()Constructors in org.jboss.marshalling.river with parameters of type BlockUnmarshaller Constructor Description RiverObjectInputStream(RiverUnmarshaller riverUnmarshaller, BlockUnmarshaller delegateUnmarshaller)
-