Interface SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder

    • Method Detail

      • bridgeErrorHandler

        default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder bridgeErrorHandler​(boolean bridgeErrorHandler)
        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. The option is a: boolean type. Default: false Group: consumer
      • bridgeErrorHandler

        default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder bridgeErrorHandler​(String bridgeErrorHandler)
        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. The option will be converted to a boolean type. Default: false Group: consumer
      • endpointDispatcher

        default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder endpointDispatcher​(Object endpointDispatcher)
        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. The option is a: org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher type. Group: consumer
      • endpointDispatcher

        default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder endpointDispatcher​(String endpointDispatcher)
        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. The option will be converted to a org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher type. Group: consumer
      • endpointMapping

        default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder endpointMapping​(Object endpointMapping)
        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). The option is a: org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping type. Group: consumer
      • endpointMapping

        default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder endpointMapping​(String endpointMapping)
        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). The option will be converted to a org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping type. Group: consumer