Uses of Interface
com.emc.documentum.rest.wire.StreamingMessageReader
Packages that use StreamingMessageReader
-
Uses of StreamingMessageReader in com.emc.documentum.rest.wire.json
Classes in com.emc.documentum.rest.wire.json that implement StreamingMessageReaderModifier and TypeClassDescriptionclass
An implementation ofStreamingMessageReader
which reads the JSON message and parse it as the annotated model instance.Methods in com.emc.documentum.rest.wire.json with parameters of type StreamingMessageReaderModifier and TypeMethodDescriptionvoid
AnnotatedJsonMessageConverter.setReader
(StreamingMessageReader reader) Specifies the message reader. -
Uses of StreamingMessageReader in com.emc.documentum.rest.wire.xml
Classes in com.emc.documentum.rest.wire.xml that implement StreamingMessageReaderModifier and TypeClassDescriptionclass
An implementation ofStreamingMessageReader
which reads the XML message and parse it as the annotated model instance.Methods in com.emc.documentum.rest.wire.xml with parameters of type StreamingMessageReaderModifier and TypeMethodDescriptionvoid
AnnotatedXmlMessageConverter.setReader
(StreamingMessageReader reader) Specifies the message reader.