| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static FopEndpointBuilderFactory.FopEndpointBuilder |
StaticEndpointBuilders.fop(String path)
FOP (camel-fop)
Render messages into PDF and other output formats supported by Apache
FOP.
|
static FopEndpointBuilderFactory.FopEndpointBuilder |
StaticEndpointBuilders.fop(String componentName,
String path)
FOP (camel-fop)
Render messages into PDF and other output formats supported by Apache
FOP.
|
| Modifier and Type | Method and Description |
|---|---|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.AdvancedFopEndpointBuilder.basic() |
static FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopBuilders.fop(String path)
FOP (camel-fop)
Render messages into PDF and other output formats supported by Apache
FOP.
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopBuilders.fop(String componentName,
String path)
FOP (camel-fop)
Render messages into PDF and other output formats supported by Apache
FOP.
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopEndpointBuilder.fopFactory(Object fopFactory)
Allows to use a custom configured or implementation of
org.apache.fop.apps.FopFactory.
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopEndpointBuilder.fopFactory(String fopFactory)
Allows to use a custom configured or implementation of
org.apache.fop.apps.FopFactory.
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopEndpointBuilder.userConfigURL(String userConfigURL)
The location of a configuration file which can be loaded from
classpath or file system.
|
Apache Camel