Interface TikaServerWriter<T>

All Superinterfaces:
javax.ws.rs.ext.MessageBodyWriter<T>
All Known Implementing Classes:
XMPMessageBodyWriter

public interface TikaServerWriter<T> extends javax.ws.rs.ext.MessageBodyWriter<T>
Stub interface to allow for SPI loading from other modules without opening up service loading to any generic MessageBodyWriter
  • Method Summary

    Methods inherited from interface javax.ws.rs.ext.MessageBodyWriter

    getSize, isWriteable, writeTo