Uses of Interface
com.emc.documentum.rest.wire.StreamingMessageWriter
-
Uses of StreamingMessageWriter in com.emc.documentum.rest.wire.json
Modifier and TypeClassDescriptionclass
An implementation ofStreamingMessageWriter
which writes the JSON message from the annotated model instance.Modifier and TypeMethodDescriptionvoid
AnnotatedJsonMessageConverter.setWriter
(StreamingMessageWriter writer) Specifies the message writer. -
Uses of StreamingMessageWriter in com.emc.documentum.rest.wire.xml
Modifier and TypeClassDescriptionclass
An implementation ofStreamingMessageWriter
which writes the XML message from the annotated model instance.Modifier and TypeMethodDescriptionvoid
AnnotatedXmlMessageConverter.setWriter
(StreamingMessageWriter writer) Specifies the message writer.