Interface SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder

    • Method Detail

      • messageFilter

        default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder messageFilter​(Object messageFilter)
        Option to provide a custom MessageFilter. For example when you want to process your headers or attachments by your own. The option is a: <code>org.apache.camel.component.spring.ws.filter.MessageFilter</code> type. Group: common
        Parameters:
        messageFilter - the value to set
        Returns:
        the dsl builder
      • messageFilter

        default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder messageFilter​(String messageFilter)
        Option to provide a custom MessageFilter. For example when you want to process your headers or attachments by your own. The option will be converted to a <code>org.apache.camel.component.spring.ws.filter.MessageFilter</code> type. Group: common
        Parameters:
        messageFilter - the value to set
        Returns:
        the dsl builder
      • messageIdStrategy

        default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder messageIdStrategy​(Object messageIdStrategy)
        Option to provide a custom MessageIdStrategy to control generation of WS-Addressing unique message ids. The option is a: <code>org.springframework.ws.soap.addressing.messageid.MessageIdStrategy</code> type. Group: common
        Parameters:
        messageIdStrategy - the value to set
        Returns:
        the dsl builder
      • messageIdStrategy

        default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder messageIdStrategy​(String messageIdStrategy)
        Option to provide a custom MessageIdStrategy to control generation of WS-Addressing unique message ids. The option will be converted to a <code>org.springframework.ws.soap.addressing.messageid.MessageIdStrategy</code> type. Group: common
        Parameters:
        messageIdStrategy - the value to set
        Returns:
        the dsl builder
      • 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: <code>boolean</code> type. Default: false Group: consumer
        Parameters:
        bridgeErrorHandler - the value to set
        Returns:
        the dsl builder
      • 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 <code>boolean</code> type. Default: false Group: consumer
        Parameters:
        bridgeErrorHandler - the value to set
        Returns:
        the dsl builder
      • 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: <code>org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher</code> type. Group: consumer
        Parameters:
        endpointDispatcher - the value to set
        Returns:
        the dsl builder
      • 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 <code>org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher</code> type. Group: consumer
        Parameters:
        endpointDispatcher - the value to set
        Returns:
        the dsl builder
      • 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: <code>org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping</code> type. Group: consumer
        Parameters:
        endpointMapping - the value to set
        Returns:
        the dsl builder
      • 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 <code>org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping</code> type. Group: consumer
        Parameters:
        endpointMapping - the value to set
        Returns:
        the dsl builder