blob: f528799aedad42c85f5b521d417590e988890895 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.cxf.CamelCxfSourceConnector",
"artifactId": "camel-cxf-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-cxf-source",
"type": "source",
"version": "0.7.0",
"description": "Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client."
},
"properties": {
"camel.source.path.beanId": {
"name": "camel.source.path.beanId",
"description": "To lookup an existing configured CxfEndpoint. Must used bean: as prefix.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.path.address": {
"name": "camel.source.path.address",
"description": "The service publish address.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.dataFormat": {
"name": "camel.source.endpoint.dataFormat",
"description": "The data type messages supported by the CXF endpoint. One of: [PAYLOAD] [RAW] [MESSAGE] [CXF_MESSAGE] [POJO]",
"defaultValue": "\"POJO\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"PAYLOAD",
"RAW",
"MESSAGE",
"CXF_MESSAGE",
"POJO"
]
},
"camel.source.endpoint.wrappedStyle": {
"name": "camel.source.endpoint.wrappedStyle",
"description": "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",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.bridgeErrorHandler": {
"name": "camel.source.endpoint.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exceptionHandler": {
"name": "camel.source.endpoint.exceptionHandler",
"description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exchangePattern": {
"name": "camel.source.endpoint.exchangePattern",
"description": "Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
]
},
"camel.source.endpoint.allowStreaming": {
"name": "camel.source.endpoint.allowStreaming",
"description": "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.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.bus": {
"name": "camel.source.endpoint.bus",
"description": "To use a custom configured CXF Bus.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.continuationTimeout": {
"name": "camel.source.endpoint.continuationTimeout",
"description": "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.",
"defaultValue": "30000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.cxfBinding": {
"name": "camel.source.endpoint.cxfBinding",
"description": "To use a custom CxfBinding to control the binding between Camel Message and CXF Message.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.cxfConfigurer": {
"name": "camel.source.endpoint.cxfConfigurer",
"description": "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.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.defaultBus": {
"name": "camel.source.endpoint.defaultBus",
"description": "Will set the default bus when CXF endpoint create a bus by itself",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.headerFilterStrategy": {
"name": "camel.source.endpoint.headerFilterStrategy",
"description": "To use a custom HeaderFilterStrategy to filter header to and from Camel message.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.mergeProtocolHeaders": {
"name": "camel.source.endpoint.mergeProtocolHeaders",
"description": "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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.mtomEnabled": {
"name": "camel.source.endpoint.mtomEnabled",
"description": "To enable MTOM (attachments). This requires to use POJO or PAYLOAD data format mode.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.properties": {
"name": "camel.source.endpoint.properties",
"description": "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",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.skipPayloadMessagePartCheck": {
"name": "camel.source.endpoint.skipPayloadMessagePartCheck",
"description": "Sets whether SOAP message validation should be disabled.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.synchronous": {
"name": "camel.source.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.loggingFeatureEnabled": {
"name": "camel.source.endpoint.loggingFeatureEnabled",
"description": "This option enables CXF Logging Feature which writes inbound and outbound SOAP messages to log.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.loggingSizeLimit": {
"name": "camel.source.endpoint.loggingSizeLimit",
"description": "To limit the total size of number of bytes the logger will output when logging feature has been enabled and -1 for no limit.",
"defaultValue": "49152",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.skipFaultLogging": {
"name": "camel.source.endpoint.skipFaultLogging",
"description": "This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.password": {
"name": "camel.source.endpoint.password",
"description": "This option is used to set the basic authentication information of password for the CXF client.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.username": {
"name": "camel.source.endpoint.username",
"description": "This option is used to set the basic authentication information of username for the CXF client.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.bindingId": {
"name": "camel.source.endpoint.bindingId",
"description": "The bindingId for the service model to use.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.portName": {
"name": "camel.source.endpoint.portName",
"description": "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.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.publishedEndpointUrl": {
"name": "camel.source.endpoint.publishedEndpointUrl",
"description": "This option can override the endpointUrl that published from the WSDL which can be accessed with service address url plus wsd",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.serviceClass": {
"name": "camel.source.endpoint.serviceClass",
"description": "The class name of the SEI (Service Endpoint Interface) class which could have JSR181 annotation or not.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.serviceName": {
"name": "camel.source.endpoint.serviceName",
"description": "The service name this service is implementing, it maps to the wsdl:servicename.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.wsdlURL": {
"name": "camel.source.endpoint.wsdlURL",
"description": "The location of the WSDL. Can be on the classpath, file system, or be hosted remotely.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cxf.bridgeErrorHandler": {
"name": "camel.component.cxf.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cxf.allowStreaming": {
"name": "camel.component.cxf.allowStreaming",
"description": "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.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cxf.autowiredEnabled": {
"name": "camel.component.cxf.autowiredEnabled",
"description": "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.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cxf.headerFilterStrategy": {
"name": "camel.component.cxf.headerFilterStrategy",
"description": "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cxf.useGlobalSslContextParameters": {
"name": "camel.component.cxf.useGlobalSslContextParameters",
"description": "Enable usage of global SSL context parameters.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}