Interface FopEndpointBuilderFactory.FopBuilders

    • Method Detail

      • fop

        default FopEndpointBuilderFactory.FopEndpointBuilder fop​(String path)
        FOP (camel-fop) Render messages into PDF and other output formats supported by Apache FOP. Category: file,transformation Since: 2.10 Maven coordinates: org.apache.camel:camel-fop Syntax: fop:outputType Path parameter: outputType (required) The primary output format is PDF but other output formats are also supported. There are 10 enums and the value can be one of: pdf, ps, pcl, png, jpeg, svg, xml, mif, rtf, txt
        Parameters:
        path - outputType
        Returns:
        the dsl builder
      • fop

        default FopEndpointBuilderFactory.FopEndpointBuilder fop​(String componentName,
                                                                 String path)
        FOP (camel-fop) Render messages into PDF and other output formats supported by Apache FOP. Category: file,transformation Since: 2.10 Maven coordinates: org.apache.camel:camel-fop Syntax: fop:outputType Path parameter: outputType (required) The primary output format is PDF but other output formats are also supported. There are 10 enums and the value can be one of: pdf, ps, pcl, png, jpeg, svg, xml, mif, rtf, txt
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - outputType
        Returns:
        the dsl builder