Class CxfConstants


  • public final class CxfConstants
    extends Object
    Constants used in this module
    • Field Detail

      • OPERATION_NAME

        @Metadata(description="The name of the operation.",
                  javaType="String")
        public static final String OPERATION_NAME
        See Also:
        Constant Field Values
      • OPERATION_NAMESPACE

        @Metadata(description="The operation namespace.",
                  javaType="String",
                  applicableFor="cxf")
        public static final String OPERATION_NAMESPACE
        See Also:
        Constant Field Values
      • DESTINATION_OVERRIDE_URL

        @Metadata(description="The destination override url",
                  javaType="String",
                  applicableFor="cxf")
        public static final String DESTINATION_OVERRIDE_URL
        See Also:
        Constant Field Values
      • RESPONSE_CONTEXT

        @Metadata(description="The response context",
                  javaType="Map<String, Object>",
                  applicableFor="cxf")
        public static final String RESPONSE_CONTEXT
        See Also:
        Constant Field Values
      • AUTHENTICATION

        @Metadata(description="The authentication",
                  javaType="javax.security.auth.Subject")
        public static final String AUTHENTICATION
        See Also:
        Constant Field Values
      • REQUEST_CONTEXT

        @Metadata(description="The request context",
                  javaType="Object",
                  applicableFor="cxf")
        public static final String REQUEST_CONTEXT
        See Also:
        Constant Field Values
      • DISPATCH_DEFAULT_OPERATION_NAMESPACE

        public static final String DISPATCH_DEFAULT_OPERATION_NAMESPACE
        See Also:
        Constant Field Values
      • HTTP_METHOD

        @Metadata(description="The http method to use",
                  javaType="String",
                  applicableFor="cxfrs")
        public static final String HTTP_METHOD
        See Also:
        Constant Field Values
      • HTTP_PATH

        @Metadata(description="The http path",
                  javaType="String",
                  applicableFor="cxfrs")
        public static final String HTTP_PATH
        See Also:
        Constant Field Values
      • CONTENT_TYPE

        @Metadata(description="The content type",
                  javaType="String",
                  applicableFor="cxfrs")
        public static final String CONTENT_TYPE
        See Also:
        Constant Field Values
      • HTTP_QUERY

        @Metadata(description="The http query",
                  javaType="String",
                  applicableFor="cxfrs")
        public static final String HTTP_QUERY
        See Also:
        Constant Field Values
      • HTTP_RESPONSE_CODE

        @Metadata(description="The http response code",
                  javaType="Integer",
                  applicableFor="cxfrs")
        public static final String HTTP_RESPONSE_CODE
        See Also:
        Constant Field Values
      • CONTENT_ENCODING

        @Metadata(description="The content encoding",
                  javaType="String",
                  applicableFor="cxfrs")
        public static final String CONTENT_ENCODING
        See Also:
        Constant Field Values
      • PROTOCOL_HEADERS

        @Metadata(description="The protocol headers",
                  javaType="Map",
                  applicableFor="cxfrs")
        public static final String PROTOCOL_HEADERS
      • CAMEL_CXF_MESSAGE

        @Metadata(description="The CXF message",
                  javaType="org.apache.cxf.message.Message",
                  applicableFor="cxfrs")
        public static final String CAMEL_CXF_MESSAGE
        See Also:
        Constant Field Values
      • CAMEL_CXF_RS_USING_HTTP_API

        @Metadata(description="If it is true, the CxfRsProducer will use the HttpClientAPI to invoke the service. If it is false, the\n CxfRsProducer will use the ProxyClientAPI to invoke the service",
                  javaType="Boolean",
                  applicableFor="cxfrs")
        public static final String CAMEL_CXF_RS_USING_HTTP_API
        See Also:
        Constant Field Values
      • CAMEL_CXF_RS_VAR_VALUES

        @Metadata(description="The path values",
                  javaType="Object[]",
                  applicableFor="cxfrs")
        public static final String CAMEL_CXF_RS_VAR_VALUES
        See Also:
        Constant Field Values
      • CAMEL_CXF_RS_RESPONSE_CLASS

        @Metadata(description="The response class",
                  javaType="Class",
                  applicableFor="cxfrs")
        public static final String CAMEL_CXF_RS_RESPONSE_CLASS
        See Also:
        Constant Field Values
      • CAMEL_CXF_RS_RESPONSE_GENERIC_TYPE

        @Metadata(description="The response generic type",
                  javaType="Type",
                  applicableFor="cxfrs")
        public static final String CAMEL_CXF_RS_RESPONSE_GENERIC_TYPE
        See Also:
        Constant Field Values
      • CAMEL_CXF_RS_QUERY_MAP

        @Metadata(description="The query map",
                  javaType="Map<String, String>",
                  applicableFor="cxfrs")
        public static final String CAMEL_CXF_RS_QUERY_MAP
        See Also:
        Constant Field Values
      • CAMEL_CXF_RS_OPERATION_RESOURCE_INFO_STACK

        @Metadata(description="The stack of MethodInvocationInfo representing resources path when JAX-RS invocation looks for target.",
                  javaType="org.apache.cxf.jaxrs.model.OperationResourceInfoStack",
                  applicableFor="cxfrs")
        public static final String CAMEL_CXF_RS_OPERATION_RESOURCE_INFO_STACK
        See Also:
        Constant Field Values
      • CAMEL_CXF_RS_THROW_EXCEPTION_ON_FAILURE

        public static final String CAMEL_CXF_RS_THROW_EXCEPTION_ON_FAILURE
        See Also:
        Constant Field Values