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 TypeClassDescriptionclassAn implementation ofStreamingMessageReaderwhich 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 TypeMethodDescriptionvoidAnnotatedJsonMessageConverter.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 TypeClassDescriptionclassAn implementation ofStreamingMessageReaderwhich 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 TypeMethodDescriptionvoidAnnotatedXmlMessageConverter.setReader(StreamingMessageReader reader) Specifies the message reader.