Class SourceProvider.SourceWriter

java.lang.Object
org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
All Implemented Interfaces:
MessageBodyWriter<Source>
Enclosing class:
SourceProvider

@Produces({"application/xml","text/xml","*/*"}) @Consumes({"application/xml","text/xml","*/*"}) @Singleton public static final class SourceProvider.SourceWriter extends Object implements MessageBodyWriter<Source>
Provider for marshaling Source instances.