Class RestConstants

java.lang.Object
org.apache.camel.component.rest.RestConstants

public final class RestConstants extends Object
  • Field Details

    • REST_HTTP_QUERY

      @Metadata(label="producer", description="The query parameters for the rest call to be used", javaType="String") public static final String REST_HTTP_QUERY
      See Also:
    • REST_HTTP_URI

      @Metadata(label="producer", description="The http uri for the rest call to be used", javaType="String") public static final String REST_HTTP_URI
      See Also:
    • HTTP_METHOD

      @Metadata(label="producer", description="The method should be in upper case", javaType="String") public static final String HTTP_METHOD
      See Also:
    • CONTENT_TYPE

      @Metadata(label="producer", description="The media type such as: \'text/xml\', or \'application/json\' this REST service returns.", javaType="String") public static final String CONTENT_TYPE
      See Also:
    • ACCEPT

      @Metadata(label="producer", description="The media type such as: \'text/xml\', or \'application/json\' this REST service accepts.", javaType="String") public static final String ACCEPT
      See Also:
    • HTTP_RESPONSE_CODE

      @Metadata(label="producer", description="The http response code", javaType="Integer") public static final String HTTP_RESPONSE_CODE
      See Also: