Interface StAXEndpointBuilderFactory.StAXBuilders

    • Method Detail

      • stax

        default StAXEndpointBuilderFactory.StAXEndpointBuilder stax​(String path)
        StAX (camel-stax) Process XML payloads by a SAX ContentHandler. Category: transformation Since: 2.9 Maven coordinates: org.apache.camel:camel-stax Syntax: stax:contentHandlerClass Path parameter: contentHandlerClass (required) The FQN class name for the ContentHandler implementation to use.
        Parameters:
        path - contentHandlerClass
        Returns:
        the dsl builder
      • stax

        default StAXEndpointBuilderFactory.StAXEndpointBuilder stax​(String componentName,
                                                                    String path)
        StAX (camel-stax) Process XML payloads by a SAX ContentHandler. Category: transformation Since: 2.9 Maven coordinates: org.apache.camel:camel-stax Syntax: stax:contentHandlerClass Path parameter: contentHandlerClass (required) The FQN class name for the ContentHandler implementation to use.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - contentHandlerClass
        Returns:
        the dsl builder