Class HttpEntityConverter


  • @Converter(generateLoader=true)
    public final class HttpEntityConverter
    extends Object
    Some converter methods to make it easier to convert the body to RequestEntity types.
    • Method Detail

      • toHttpEntity

        @Converter
        public static org.apache.http.HttpEntity toHttpEntity​(byte[] data,
                                                              org.apache.camel.Exchange exchange)
                                                       throws Exception
        Throws:
        Exception
      • toHttpEntity

        @Converter
        public static org.apache.http.HttpEntity toHttpEntity​(InputStream inStream,
                                                              org.apache.camel.Exchange exchange)
                                                       throws Exception
        Throws:
        Exception
      • toHttpEntity

        @Converter
        public static org.apache.http.HttpEntity toHttpEntity​(String str,
                                                              org.apache.camel.Exchange exchange)
                                                       throws Exception
        Throws:
        Exception