Class CxfConstants

java.lang.Object
org.apache.camel.component.cxf.common.message.CxfConstants

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

    • SCHEME_CXF

      public static final String SCHEME_CXF
      See Also:
    • SCHEME_CXF_RS

      public static final String SCHEME_CXF_RS
      See Also:
    • METHOD

      public static final String METHOD
      See Also:
    • SERVICE_CLASS

      public static final String SERVICE_CLASS
      See Also:
    • DATA_FORMAT_PROPERTY

      public static final String DATA_FORMAT_PROPERTY
      See Also:
    • SET_DEFAULT_BUS

      public static final String SET_DEFAULT_BUS
      See Also:
    • WSDL_URL

      public static final String WSDL_URL
      See Also:
    • ADDRESS

      public static final String ADDRESS
      See Also:
    • SERVICE_NAME

      public static final String SERVICE_NAME
      See Also:
    • PORT_NAME

      public static final String PORT_NAME
      See Also:
    • SERVICE_LOCALNAME

      public static final String SERVICE_LOCALNAME
      See Also:
    • SERVICE_NAMESPACE

      public static final String SERVICE_NAMESPACE
      See Also:
    • PORT_LOCALNAME

      public static final String PORT_LOCALNAME
      See Also:
    • PORT_NAMESPACE

      public static final String PORT_NAMESPACE
      See Also:
    • PROTOCOL_NAME_RES

      public static final String PROTOCOL_NAME_RES
      See Also:
    • OPERATION_NAME

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

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

      public static final String SPRING_CONTEXT_ENDPOINT
      See Also:
    • DESTINATION_OVERRIDE_URL

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

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

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

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

      public static final String JAXWS_CONTEXT
      See Also:
    • DISPATCH_NAMESPACE

      public static final String DISPATCH_NAMESPACE
      See Also:
    • DISPATCH_DEFAULT_OPERATION_NAMESPACE

      public static final String DISPATCH_DEFAULT_OPERATION_NAMESPACE
      See Also:
    • HTTP_METHOD

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

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

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

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

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

      @Metadata(description="The content encoding", javaType="String", applicableFor="cxfrs") public static final String CONTENT_ENCODING
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • CAMEL_CXF_RS_EXTRACT_ENTITY

      public static final String CAMEL_CXF_RS_EXTRACT_ENTITY
      See Also:
    • 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:
    • CAMEL_CXF_ATTACHMENTS

      public static final String CAMEL_CXF_ATTACHMENTS
      See Also:
    • CAMEL_CXF_RS_THROW_EXCEPTION_ON_FAILURE

      public static final String CAMEL_CXF_RS_THROW_EXCEPTION_ON_FAILURE
      See Also:
    • WSA_HEADERS_INBOUND

      public static final String WSA_HEADERS_INBOUND
      See Also:
    • WSA_HEADERS_OUTBOUND

      public static final String WSA_HEADERS_OUTBOUND
      See Also:
    • CAMEL_CXF_PROTOCOL_HEADERS_MERGED

      public static final String CAMEL_CXF_PROTOCOL_HEADERS_MERGED
      See Also: