Class IntegrationODataResponse

java.lang.Object
org.apache.olingo.odata2.api.processor.ODataResponse
org.apache.olingo.odata2.core.ODataResponseImpl
de.hybris.platform.odata2webservices.odata.IntegrationODataResponse

public class IntegrationODataResponse extends org.apache.olingo.odata2.core.ODataResponseImpl
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     

    Nested classes/interfaces inherited from class org.apache.olingo.odata2.core.ODataResponseImpl

    org.apache.olingo.odata2.core.ODataResponseImpl.ODataResponseBuilderImpl

    Nested classes/interfaces inherited from class org.apache.olingo.odata2.api.processor.ODataResponse

    org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilder
  • Field Summary

    Fields inherited from class org.apache.olingo.odata2.api.processor.ODataResponse

    CHARSET_MATCHER_PATTERN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.apache.olingo.odata2.core.ODataResponseImpl

    close, containsHeader, getContentHeader, getEntity, getETag, getHeader, getHeaderNames, getIdLiteral, getStatus

    Methods inherited from class org.apache.olingo.odata2.api.processor.ODataResponse

    contentHeader, entity, fromResponse, header, newBuilder, status

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IntegrationODataResponse

      public IntegrationODataResponse()
  • Method Details

    • getEntityAsStream

      public InputStream getEntityAsStream() throws org.apache.olingo.odata2.api.exception.ODataException
      Overrides:
      getEntityAsStream in class org.apache.olingo.odata2.api.processor.ODataResponse
      Throws:
      org.apache.olingo.odata2.api.exception.ODataException
    • customBuilder

    • bufferEntity

      protected void bufferEntity(InputStream body)