Class BatchResponseWriter

java.lang.Object
org.apache.olingo.odata2.core.batch.BatchResponseWriter

public class BatchResponseWriter extends Object
  • Constructor Details

    • BatchResponseWriter

      public BatchResponseWriter()
      Creates a BatchResponseWriter which write the entity as a String with default charset (see BatchHelper.DEFAULT_CHARSET).
    • BatchResponseWriter

      public BatchResponseWriter(boolean writeEntityAsInputStream)
      Creates a BatchResponseWriter
      Parameters:
      writeEntityAsInputStream - if true the entity is set a InputStream. if false the entity is set a String with default charset (see BatchHelper.DEFAULT_CHARSET).
  • Method Details