Class ResteasyConstants

java.lang.Object
org.apache.camel.component.resteasy.ResteasyConstants

public final class ResteasyConstants extends Object
Constants used in the Resteasy component
  • Field Details

    • RESTEASY_PROXY_METHOD

      @Metadata(label="producer", description="The resteasy method to process the request", javaType="String") public static final String RESTEASY_PROXY_METHOD
      See Also:
    • RESTEASY_PROXY_METHOD_PARAMS

      @Metadata(label="producer", description="The proxy method params", javaType="java.util.ArrayList") public static final String RESTEASY_PROXY_METHOD_PARAMS
      See Also:
    • RESTEASY_USERNAME

      @Metadata(label="producer", description="The username", javaType="String") public static final String RESTEASY_USERNAME
      See Also:
    • RESTEASY_PASSWORD

      @Metadata(label="producer", description="The password", javaType="String") public static final String RESTEASY_PASSWORD
      See Also:
    • RESTEASY_CONTEXT_PATH

      @Metadata(description="The context path", javaType="String") public static final String RESTEASY_CONTEXT_PATH
      See Also:
    • RESTEASY_RESPONSE

      public static final String RESTEASY_RESPONSE
      See Also:
    • RESTEASY_HTTP_METHOD

      @Metadata(label="producer", description="The resteasy method to process the request", javaType="String") public static final String RESTEASY_HTTP_METHOD
      See Also:
    • RESTEASY_HTTP_REQUEST

      @Metadata(description="The http request", javaType="String") public static final String RESTEASY_HTTP_REQUEST
      See Also:
    • RESTEASY_PROXY_PRODUCER_EXCEPTION

      @Metadata(label="producer", description="The proxy client exception", javaType="Exception") public static final String RESTEASY_PROXY_PRODUCER_EXCEPTION
      See Also:
    • HTTP_QUERY

      @Metadata(label="producer", description="The http query", javaType="String") public static final String HTTP_QUERY
      See Also:
    • CONTENT_TYPE

      @Metadata(label="producer", description="The content type", javaType="String") public static final String CONTENT_TYPE
      See Also:
    • HTTP_PATH

      @Metadata(description="The http path", javaType="String") public static final String HTTP_PATH
      See Also: