public static final String |
CAMEL_SINK_CXF_COMPONENT_ALLOW_STREAMING_CONF |
"camel.component.cxf.allowStreaming" |
public static final String |
CAMEL_SINK_CXF_COMPONENT_ALLOW_STREAMING_DOC |
"This option controls whether the CXF component, when running in PAYLOAD mode, will DOM parse the incoming messages into DOM Elements or keep the payload as a javax.xml.transform.Source object that would allow streaming in some cases." |
public static final String |
CAMEL_SINK_CXF_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.cxf.autowiredEnabled" |
public static final String |
CAMEL_SINK_CXF_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SINK_CXF_COMPONENT_HEADER_FILTER_STRATEGY_CONF |
"camel.component.cxf.headerFilterStrategy" |
public static final String |
CAMEL_SINK_CXF_COMPONENT_HEADER_FILTER_STRATEGY_DOC |
"To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message." |
public static final String |
CAMEL_SINK_CXF_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.cxf.lazyStartProducer" |
public static final String |
CAMEL_SINK_CXF_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_CXF_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.cxf.useGlobalSslContextParameters" |
public static final String |
CAMEL_SINK_CXF_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC |
"Enable usage of global SSL context parameters." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_ALLOW_STREAMING_CONF |
"camel.sink.endpoint.allowStreaming" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_ALLOW_STREAMING_DOC |
"This option controls whether the CXF component, when running in PAYLOAD mode, will DOM parse the incoming messages into DOM Elements or keep the payload as a javax.xml.transform.Source object that would allow streaming in some cases." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_BINDING_ID_CONF |
"camel.sink.endpoint.bindingId" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_BINDING_ID_DOC |
"The bindingId for the service model to use." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_BUS_CONF |
"camel.sink.endpoint.bus" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_BUS_DOC |
"To use a custom configured CXF Bus." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_CONTINUATION_TIMEOUT_CONF |
"camel.sink.endpoint.continuationTimeout" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_CONTINUATION_TIMEOUT_DOC |
"This option is used to set the CXF continuation timeout which could be used in CxfConsumer by default when the CXF server is using Jetty or Servlet transport." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_COOKIE_HANDLER_CONF |
"camel.sink.endpoint.cookieHandler" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_COOKIE_HANDLER_DOC |
"Configure a cookie handler to maintain a HTTP session" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_CXF_BINDING_CONF |
"camel.sink.endpoint.cxfBinding" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_CXF_BINDING_DOC |
"To use a custom CxfBinding to control the binding between Camel Message and CXF Message." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_CXF_CONFIGURER_CONF |
"camel.sink.endpoint.cxfConfigurer" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_CXF_CONFIGURER_DOC |
"This option could apply the implementation of org.apache.camel.component.cxf.CxfEndpointConfigurer which supports to configure the CXF endpoint in programmatic way. User can configure the CXF server and client by implementing configure{ServerClient} method of CxfEndpointConfigurer." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_DATA_FORMAT_CONF |
"camel.sink.endpoint.dataFormat" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_DATA_FORMAT_DEFAULT |
"POJO" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_DATA_FORMAT_DOC |
"The data type messages supported by the CXF endpoint. One of: [PAYLOAD] [RAW] [MESSAGE] [CXF_MESSAGE] [POJO]" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_DEFAULT_BUS_CONF |
"camel.sink.endpoint.defaultBus" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_DEFAULT_BUS_DOC |
"Will set the default bus when CXF endpoint create a bus by itself" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_DEFAULT_OPERATION_NAME_CONF |
"camel.sink.endpoint.defaultOperationName" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_DEFAULT_OPERATION_NAME_DOC |
"This option will set the default operationName that will be used by the CxfProducer which invokes the remote service." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_DEFAULT_OPERATION_NAMESPACE_CONF |
"camel.sink.endpoint.defaultOperationNamespace" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_DEFAULT_OPERATION_NAMESPACE_DOC |
"This option will set the default operationNamespace that will be used by the CxfProducer which invokes the remote service." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_HEADER_FILTER_STRATEGY_CONF |
"camel.sink.endpoint.headerFilterStrategy" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_HEADER_FILTER_STRATEGY_DOC |
"To use a custom HeaderFilterStrategy to filter header to and from Camel message." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_HOSTNAME_VERIFIER_CONF |
"camel.sink.endpoint.hostnameVerifier" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_HOSTNAME_VERIFIER_DOC |
"The hostname verifier to be used. Use the # notation to reference a HostnameVerifier from the registry." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_LOGGING_FEATURE_ENABLED_CONF |
"camel.sink.endpoint.loggingFeatureEnabled" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_LOGGING_FEATURE_ENABLED_DOC |
"This option enables CXF Logging Feature which writes inbound and outbound SOAP messages to log." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_LOGGING_SIZE_LIMIT_CONF |
"camel.sink.endpoint.loggingSizeLimit" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_LOGGING_SIZE_LIMIT_DOC |
"To limit the total size of number of bytes the logger will output when logging feature has been enabled and -1 for no limit." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_MERGE_PROTOCOL_HEADERS_CONF |
"camel.sink.endpoint.mergeProtocolHeaders" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_MERGE_PROTOCOL_HEADERS_DOC |
"Whether to merge protocol headers. If enabled then propagating headers between Camel and CXF becomes more consistent and similar. For more details see CAMEL-6393." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_MTOM_ENABLED_CONF |
"camel.sink.endpoint.mtomEnabled" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_MTOM_ENABLED_DOC |
"To enable MTOM (attachments). This requires to use POJO or PAYLOAD data format mode." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_PASSWORD_CONF |
"camel.sink.endpoint.password" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_PASSWORD_DOC |
"This option is used to set the basic authentication information of password for the CXF client." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_PORT_NAME_CONF |
"camel.sink.endpoint.portName" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_PORT_NAME_DOC |
"The endpoint name this service is implementing, it maps to the wsdl:portname. In the format of ns:PORT_NAME where ns is a namespace prefix valid at this scope." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_PROPERTIES_CONF |
"camel.sink.endpoint.properties" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_PROPERTIES_DOC |
"To set additional CXF options using the key/value pairs from the Map. For example to turn on stacktraces in SOAP faults, properties.faultStackTraceEnabled=true" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_PUBLISHED_ENDPOINT_URL_CONF |
"camel.sink.endpoint.publishedEndpointUrl" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_PUBLISHED_ENDPOINT_URL_DOC |
"This option can override the endpointUrl that published from the WSDL which can be accessed with service address url plus wsd" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SERVICE_CLASS_CONF |
"camel.sink.endpoint.serviceClass" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SERVICE_CLASS_DOC |
"The class name of the SEI (Service Endpoint Interface) class which could have JSR181 annotation or not." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SERVICE_NAME_CONF |
"camel.sink.endpoint.serviceName" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SERVICE_NAME_DOC |
"The service name this service is implementing, it maps to the wsdl:servicename." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SKIP_FAULT_LOGGING_CONF |
"camel.sink.endpoint.skipFaultLogging" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SKIP_FAULT_LOGGING_DOC |
"This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SKIP_PAYLOAD_MESSAGE_PART_CHECK_CONF |
"camel.sink.endpoint.skipPayloadMessagePartCheck" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SKIP_PAYLOAD_MESSAGE_PART_CHECK_DOC |
"Sets whether SOAP message validation should be disabled." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.sink.endpoint.sslContextParameters" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC |
"The Camel SSL setting reference. Use the # notation to reference the SSL Context." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_USERNAME_CONF |
"camel.sink.endpoint.username" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_USERNAME_DOC |
"This option is used to set the basic authentication information of username for the CXF client." |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_WRAPPED_CONF |
"camel.sink.endpoint.wrapped" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_WRAPPED_DOC |
"Which kind of operation that CXF endpoint producer will invoke" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_WRAPPED_STYLE_CONF |
"camel.sink.endpoint.wrappedStyle" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_WRAPPED_STYLE_DOC |
"The WSDL style that describes how parameters are represented in the SOAP body. If the value is false, CXF will chose the document-literal unwrapped style, If the value is true, CXF will chose the document-literal wrapped style" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_WSDL_URLCONF |
"camel.sink.endpoint.wsdlURL" |
public static final String |
CAMEL_SINK_CXF_ENDPOINT_WSDL_URLDOC |
"The location of the WSDL. Can be on the classpath, file system, or be hosted remotely." |
public static final String |
CAMEL_SINK_CXF_PATH_ADDRESS_CONF |
"camel.sink.path.address" |
public static final String |
CAMEL_SINK_CXF_PATH_ADDRESS_DOC |
"The service publish address." |
public static final String |
CAMEL_SINK_CXF_PATH_BEAN_ID_CONF |
"camel.sink.path.beanId" |
public static final String |
CAMEL_SINK_CXF_PATH_BEAN_ID_DOC |
"To lookup an existing configured CxfEndpoint. Must used bean: as prefix." |