Uses of Interface
org.apache.camel.builder.component.dsl.PdfComponentBuilderFactory.PdfComponentBuilder
-
Packages that use PdfComponentBuilderFactory.PdfComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of PdfComponentBuilderFactory.PdfComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return PdfComponentBuilderFactory.PdfComponentBuilder Modifier and Type Method Description static PdfComponentBuilderFactory.PdfComponentBuilder
ComponentsBuilderFactory. pdf()
PDF (camel-pdf) Create, modify or extract content from PDF documents. -
Uses of PdfComponentBuilderFactory.PdfComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement PdfComponentBuilderFactory.PdfComponentBuilder Modifier and Type Class Description static class
PdfComponentBuilderFactory.PdfComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return PdfComponentBuilderFactory.PdfComponentBuilder Modifier and Type Method Description default PdfComponentBuilderFactory.PdfComponentBuilder
PdfComponentBuilderFactory.PdfComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default PdfComponentBuilderFactory.PdfComponentBuilder
PdfComponentBuilderFactory.PdfComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).static PdfComponentBuilderFactory.PdfComponentBuilder
PdfComponentBuilderFactory. pdf()
PDF (camel-pdf) Create, modify or extract content from PDF documents.
-