Uses of Interface
com.emc.documentum.rest.wire.StreamingMessageReader
-
Uses of StreamingMessageReader in com.emc.documentum.rest.wire.json
Modifier and TypeClassDescriptionclass
An implementation ofStreamingMessageReader
which reads the JSON message and parse it as the annotated model instance.Modifier and TypeMethodDescriptionvoid
AnnotatedJsonMessageConverter.setReader
(StreamingMessageReader reader) Specifies the message reader. -
Uses of StreamingMessageReader in com.emc.documentum.rest.wire.xml
Modifier and TypeClassDescriptionclass
An implementation ofStreamingMessageReader
which reads the XML message and parse it as the annotated model instance.Modifier and TypeMethodDescriptionvoid
AnnotatedXmlMessageConverter.setReader
(StreamingMessageReader reader) Specifies the message reader.