blob: ace04e40e1d8b09fc479cb4d4581d86958fcd1fb [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.cxfrs.CamelCxfrsSourceConnector",
"artifactId": "camel-cxfrs-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-cxfrs-source",
"type": "source",
"version": "0.7.2",
"description": "Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client."
},
"properties": {
"camel.source.path.beanId": {
"name": "camel.source.path.beanId",
"description": "To lookup an existing configured CxfRsEndpoint. 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.features": {
"name": "camel.source.endpoint.features",
"description": "Set the feature list to the CxfRs endpoint.",
"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 REST 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.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.modelRef": {
"name": "camel.source.endpoint.modelRef",
"description": "This option is used to specify the model file which is useful for the resource class without annotation. When using this option, then the service class can be omitted, to emulate document-only endpoints",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.providers": {
"name": "camel.source.endpoint.providers",
"description": "Set custom JAX-RS provider(s) list to the CxfRs endpoint. You can specify a string with a list of providers to lookup in the registy separated by comma.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.resourceClasses": {
"name": "camel.source.endpoint.resourceClasses",
"description": "The resource classes which you want to export as REST service. Multiple classes can be separated by comma.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.schemaLocations": {
"name": "camel.source.endpoint.schemaLocations",
"description": "Sets the locations of the schema(s) which can be used to validate the incoming XML or JAXB-driven JSON.",
"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.bindingStyle": {
"name": "camel.source.endpoint.bindingStyle",
"description": "Sets how requests and responses will be mapped to\/from Camel. Two values are possible: SimpleConsumer: This binding style processes request parameters, multiparts, etc. and maps them to IN headers, IN attachments and to the message body. It aims to eliminate low-level processing of org.apache.cxf.message.MessageContentsList. It also also adds more flexibility and simplicity to the response mapping. Only available for consumers. Default: The default style. For consumers this passes on a MessageContentsList to the route, requiring low-level processing in the route. This is the traditional binding style, which simply dumps the org.apache.cxf.message.MessageContentsList coming in from the CXF stack onto the IN message body. The user is then responsible for processing it according to the contract defined by the JAX-RS method signature. Custom: allows you to specify a custom binding through the binding option. One of: [SimpleConsumer] [Default] [Custom]",
"defaultValue": "\"Default\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"SimpleConsumer",
"Default",
"Custom"
]
},
"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.publishedEndpointUrl": {
"name": "camel.source.endpoint.publishedEndpointUrl",
"description": "This option can override the endpointUrl that published from the WADL which can be accessed with resource address url plus _wadl",
"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.serviceBeans": {
"name": "camel.source.endpoint.serviceBeans",
"description": "The service beans (the bean ids to lookup in the registry) which you want to export as REST service. Multiple beans can be separated by comma",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.binding": {
"name": "camel.source.endpoint.binding",
"description": "To use a custom CxfBinding to control the binding between Camel Message and CXF Message.",
"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.cxfRsConfigurer": {
"name": "camel.source.endpoint.cxfRsConfigurer",
"description": "This option could apply the implementation of org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer which supports to configure the CXF endpoint in programmatic way. User can configure the CXF server and client by implementing configure{Server\/Client} 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.performInvocation": {
"name": "camel.source.endpoint.performInvocation",
"description": "When the option is true, Camel will perform the invocation of the resource class instance and put the response object into the exchange for further processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.propagateContexts": {
"name": "camel.source.endpoint.propagateContexts",
"description": "When the option is true, JAXRS UriInfo, HttpHeaders, Request and SecurityContext contexts will be available to custom CXFRS processors as typed Camel exchange properties. These contexts can be used to analyze the current requests using JAX-RS API.",
"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.component.cxfrs.bridgeErrorHandler": {
"name": "camel.component.cxfrs.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.cxfrs.autowiredEnabled": {
"name": "camel.component.cxfrs.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.cxfrs.headerFilterStrategy": {
"name": "camel.component.cxfrs.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.cxfrs.useGlobalSslContextParameters": {
"name": "camel.component.cxfrs.useGlobalSslContextParameters",
"description": "Enable usage of global SSL context parameters.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}