blob: 9158ed273d120efea147366c82db0cc1c4ce6cf8 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.springws.CamelSpringwsSourceConnector",
"artifactId": "camel-spring-ws-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-spring-ws-source",
"type": "source",
"version": "0.7.0",
"description": "Access external web services as a client or expose your own web services."
},
"properties": {
"camel.source.path.type": {
"name": "camel.source.path.type",
"description": "Endpoint mapping type if endpoint mapping is used. rootqname - Offers the option to map web service requests based on the qualified name of the root element contained in the message. soapaction - Used to map web service requests based on the SOAP action specified in the header of the message. uri - In order to map web service requests that target a specific URI. xpathresult - Used to map web service requests based on the evaluation of an XPath expression against the incoming message. The result of the evaluation should match the XPath result specified in the endpoint URI. beanname - Allows you to reference an org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher object in order to integrate with existing (legacy) endpoint mappings like PayloadRootQNameEndpointMapping, SoapActionEndpointMapping, etc One of: [ROOT_QNAME] [ACTION] [TO] [SOAP_ACTION] [XPATHRESULT] [URI] [URI_PATH] [BEANNAME]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ROOT_QNAME",
"ACTION",
"TO",
"SOAP_ACTION",
"XPATHRESULT",
"URI",
"URI_PATH",
"BEANNAME"
]
},
"camel.source.path.lookupKey": {
"name": "camel.source.path.lookupKey",
"description": "Endpoint mapping key if endpoint mapping is used",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.path.expression": {
"name": "camel.source.path.expression",
"description": "The XPath expression to use when option type=xpathresult. Then this option is required to be configured.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.messageFilter": {
"name": "camel.source.endpoint.messageFilter",
"description": "Option to provide a custom MessageFilter. For example when you want to process your headers or attachments by your own.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.messageIdStrategy": {
"name": "camel.source.endpoint.messageIdStrategy",
"description": "Option to provide a custom MessageIdStrategy to control generation of WS-Addressing unique message ids.",
"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.endpointDispatcher": {
"name": "camel.source.endpoint.endpointDispatcher",
"description": "Spring org.springframework.ws.server.endpoint.MessageEndpoint for dispatching messages received by Spring-WS to a Camel endpoint, to integrate with existing (legacy) endpoint mappings like PayloadRootQNameEndpointMapping, SoapActionEndpointMapping, etc.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.endpointMapping": {
"name": "camel.source.endpoint.endpointMapping",
"description": "Reference to an instance of org.apache.camel.component.spring.ws.bean.CamelEndpointMapping in the Registry\/ApplicationContext. Only one bean is required in the registry to serve all Camel\/Spring-WS endpoints. This bean is auto-discovered by the MessageDispatcher and used to map requests to Camel endpoints based on characteristics specified on the endpoint (like root QName, SOAP action, etc)",
"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.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.sslContextParameters": {
"name": "camel.source.endpoint.sslContextParameters",
"description": "To configure security using SSLContextParameters",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.spring-ws.bridgeErrorHandler": {
"name": "camel.component.spring-ws.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.spring-ws.autowiredEnabled": {
"name": "camel.component.spring-ws.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.spring-ws.useGlobalSslContextParameters": {
"name": "camel.component.spring-ws.useGlobalSslContextParameters",
"description": "Enable usage of global SSL context parameters.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}